mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +00:00
Update issue templates
This commit is contained in:
parent
7eb3ad7af6
commit
cc9a56081e
1 changed files with 19 additions and 0 deletions
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
Loading…
Reference in a new issue