summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 1023ea7e55e9e1c1ffa3ae115607a9c63a4db343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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.