mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Update bug_report.md
This commit is contained in:
parent
3b0518f36a
commit
8e1662d5e9
1 changed files with 6 additions and 1 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,9 +7,14 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
- os:
|
||||
- `lsd --version`:
|
||||
- `echo $TERM`:
|
||||
- `echo $LS_COLORS`:
|
||||
|
||||
## Expected behavior
|
||||
If applicable, add the output of the classic ls command (`\ls -la`) in order to show the buggy file/directory.
|
||||
|
||||
## Actual behavior
|
||||
If the application panics run the command with the trace (`RUST_BACKTRACE=1 lsd ...`).
|
||||
If it's a graphical error add a screenshot if possible.
|
||||
In case of graphical errors, add a screenshot if possible.
|
||||
|
|
Loading…
Reference in a new issue