lsd/.github/ISSUE_TEMPLATE/bug_report.md
2018-12-10 15:01:48 +01:00

15 lines
400 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## 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.