From: Richard Russon <rich@flatcap.org> Date: Sat, 12 May 2018 00:21:44 +0000 (+0100) Subject: update github issue templates X-Git-Tag: neomutt-20180512~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e47cba8d6463da1353af064e9ed320c511a75bdf;p=neomutt update github issue templates --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a11f3e8aa..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,12 +0,0 @@ -## bug reports - -* Expected behavior -* Actual behavior -* Steps to reproduce -* Used program versions -* Operating System and its version - -## feature requests - -* Why do you not like the current state? -* What would you like to see to change? diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..4e7968a52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,57 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- + +<!-- +Sorry you've found a bug, but thanks for reporting it here. +Please try to give as much information as you can. +--> + +## Expected Behaviour + +<!-- What were you trying to do? --> + +## Actual Behaviour + +<!-- What went wrong? --> + +If NeoMutt crashed, did your OS create a 'coredump' file? + +## Steps to Reproduce + +<!-- As much detail as possible, please --> + +## How often does this happen? + +- Always + +- Sometimes + +- On a particular email + If the email isn't private, please attach it to this issue. + +## When did it start to happen? + +- When I upgraded + Which version did you use to use? + +- When I changed my config + Can you narrow down **what** you changed? + +## NeoMutt Version + +``` +PUT YOUR "neomutt -v" OUTPUT HERE +``` + +## Extra Info + +<!-- This info might help us narrow down the source of the problem. --> + +* Operating System and its version +* Were you using multiple copies of NeoMutt at once? +* Were you using 'screen' or 'tmux'? +* Is your email local (maildir) or remote (IMAP)? + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..8a7bdf32d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest an idea for NeoMutt + +--- + +<!-- We love ideas. Tell us all about yours. --> + +## What would you like to be able to do? + +<!-- Please explain the whole task you'd like to do, not just the bit you'd like to change --> + +## What needs to change in NeoMutt? + +<!-- How would it work? We don't need technical detail, just your thoughts --> + +## Have you tried any alternative methods? + +- Macros +- Hooks +- Scripts + +## Additional Info + +<!-- Add any other ideas or screenshots about the feature request here --> + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..7e8942eca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,16 @@ +--- +name: Question +about: Ask a question about NeoMutt + +--- + +<!-- +Sometimes NeoMutt can be quite confusing. +We're working on making it easier to understand. +--> + +Before asking a question, please check: + +- NeoMutt Guide: https://neomutt.org/guide/ +- Google: https://www.google.com/ +