lsd/.github/ISSUE_TEMPLATE/bug_report.md

21 lines
470 B
Markdown
Raw Normal View History

2018-12-10 12:58:05 +00:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
2020-05-04 16:12:29 +00:00
- os:
- `lsd --version`:
- `echo $TERM`:
- `echo $LS_COLORS`:
2018-12-10 12:58:05 +00:00
## 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 ...`).
2020-05-04 16:12:29 +00:00
In case of graphical errors, add a screenshot if possible.