lsd/.github/ISSUE_TEMPLATE/bug_report.md

16 lines
400 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: ''
---
## 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.