From 9439cd6c70451bc191138b96b75a8628019503de Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 1 Jul 2018 10:45:43 +0100 Subject: change bug report template --- .github/ISSUE_TEMPLATE.md | 30 ------------------------------ .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index d1c61396..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ -Please ensure that the following information is filled before filing --------------------------------------------------------------------- - -Please try to verify that the issue exists in the latest release or, even -better, the current master. - -Please run alot again with the options `-d debug -l log`. - -Software Versions ------------------ - -Python version: - -Notmuch version: - -Alot version (either a number or sha for master): - -Observed behavior ------------------ - -Please include any tracebacks or error information in the log file that you -generated, as well as a description of the behavior. Please don't post the -whole log file blindly as it might contain sensitive information and might be -quite big. A traceback and ~10 lines before and after is probably sufficient. - - -Expected behavior ------------------ - -Please explain what behavior you expect to see. 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. -- cgit v1.2.3