summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-07-01 10:45:43 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-01 10:45:43 +0100
commit9439cd6c70451bc191138b96b75a8628019503de (patch)
tree3061b047143826da7a4e0776e40fe090f2a67a03 /.github/ISSUE_TEMPLATE/bug_report.md
parent34bc46fd07f355df9b7a07c4f1dcab469a0a2346 (diff)
change bug report template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..511fbada
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
+Before you submit a bug report, please make sure that the issue still exists on the master branch!
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Software Versions**
+-----------------
+- Python version:
+- Notmuch version: [if relevant]
+- Alot version:
+
+**To Reproduce**
+Steps to reproduce the behaviour:
+1. open search buffer
+2. `call hooks.boom()`
+3. See error
+
+**Error Log**
+Please include all error information from the log file.
+- To get a verbose log file run alot as `alot -d debug -l logfile`.
+- Make sure the log you post contains no sensitive information.
+- Please don't submit the complete log but only the relevant parts.