summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAbin Simon <abinsimon10@gmail.com>2020-05-04 21:42:29 +0530
committerAbin Simon <abinsimon10@gmail.com>2020-08-16 23:00:07 +0530
commit8e1662d5e90975e26f1ff1455d678d5bb5837acc (patch)
treecc357049df32f030e395b6e490c1ee1f706082e8 /.github
parent3b0518f36a95ee49debdf037238e31a4a0c21760 (diff)
Update bug_report.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 1b7b7d3..af68607 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,9 +7,14 @@ assignees: ''
---
+- os:
+- `lsd --version`:
+- `echo $TERM`:
+- `echo $LS_COLORS`:
+
## 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.
+In case of graphical errors, add a screenshot if possible.