35 lines
946 B
Markdown
35 lines
946 B
Markdown
---
|
|
name: Bug
|
|
about: Create a bug report to help us improve Lprs
|
|
title: '[Bug]: ...'
|
|
labels: ["🐞 Bug"]
|
|
assignees: ''
|
|
---
|
|
|
|
## Checks
|
|
|
|
* [ ] I added a descriptive title to this issue
|
|
* [ ] I have searched (Google, and GitHub) for similar issues and couldn't find anything
|
|
* [ ] I have read [the README](https://github.com/TheAwiteb/lprs/blob/master/README.md) and still think this is a bug
|
|
|
|
## Version
|
|
<!-- Report for the bug only if it's present in the latest version of Lprs.
|
|
If you are not using the latest version, please update and check if the bug is still present. -->
|
|
|
|
> Then, run `rustc --version` to get the version of Rust.
|
|
|
|
Rust version: `...`
|
|
|
|
## Description
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## The command
|
|
```bash
|
|
$ lprs ...
|
|
```
|
|
|
|
## Expected behavior
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Actual behavior
|
|
<!-- A clear and concise description of what happens. -->
|