summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoroliverpool <3864879+oliverpool@users.noreply.github.com>2020-12-17 12:27:45 +0100
committerGitHub <noreply@github.com>2020-12-17 12:27:45 +0100
commit93bbfe49a36a5e4792914ae16648935e4212f482 (patch)
tree803be025cf241239218c1a8053f5edaa77ee4e29 /.github
parentc067d1537d36e51d3012b5d8da584ac80fc6602b (diff)
ask for log on bug report
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 07b9c06..54f4e58 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,7 +12,12 @@ We prefer you come to the chat and speak about the problem first.
Broot chat room: https://miaou.dystroy.org/3490?broot
**Describe the bug**
-A clear and concise description of what the bug is.
+A clear and concise description of what the bug is, including logs when possible:
+
+- start broot with `BROOT_LOG=debug br`
+- do the action which seems not to properly work, and nothing else
+- quit broot
+- paste the content of the broot.log file
**To Reproduce**
Steps to reproduce the behavior:
@@ -24,8 +29,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Configuration (please complete the following information):**
- - OS: [e.g. iOS]
- - Version [e.g. 22]
+- broot version: [br --version]
+- OS: [e.g. iOS]
+- Version: [e.g. 22]
- Relevant configuration items
**Additional context**