Update issue templates

This commit is contained in:
Pierre Peltier 2018-12-10 13:58:05 +01:00
parent 7eb3ad7af6
commit cc9a56081e

19
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,19 @@
---
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.
## Screenshots
If applicable, add screenshots to help explain your problem.