diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-04-14 00:31:32 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-04-14 00:31:32 +0300 |
| commit | 2f634e6b9e82723fca36db3049d51adc07f039ca (patch) | |
| tree | 741630083f512119da9b0d065ade7c4a1331bde4 /.github | |
| parent | 515af3e3d2d24579214806ba5c4e8bf776847c5d (diff) | |
github: update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md (renamed from .github/ISSUE_TEMPLATE/mu4e-feature-request.md) | 0 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/misc.md | 16 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/mu-bug-report.md | 20 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/mu4e-bug-report.md | 4 |
4 files changed, 38 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/mu4e-feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 194f656..194f656 100644 --- a/.github/ISSUE_TEMPLATE/mu4e-feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/misc.md b/.github/ISSUE_TEMPLATE/misc.md new file mode 100644 index 0000000..7f942cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc.md @@ -0,0 +1,16 @@ +--- +name: Misc +about: Miscellaneous items you want to share +title: "[misc]" +labels: new +assignees: '' + +--- + +**Note**: for questions, please use the mailing-list: https://groups.google.com/g/mu-discuss + +**Describe the issue** +A clear and concise description, i.e. what you expected/desired to happen and what actually happened. + +**Environment** +If applicable, please describe the versions of OS, Emacs, mu etc. you are using. diff --git a/.github/ISSUE_TEMPLATE/mu-bug-report.md b/.github/ISSUE_TEMPLATE/mu-bug-report.md new file mode 100644 index 0000000..ef4af13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mu-bug-report.md @@ -0,0 +1,20 @@ +--- +name: Mu4e Bug Report +about: Create a report to help us improve +title: "[mu4e bug]" +labels: bug, mu4e, new +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is, what you expected to happen and what actually happened. + +**To Reproduce** +Detailed steps to reproduce the behavior. If this is about a specific (kind of) message, **always** attach an (anonymized as need) example message. + +**Environment** +Please describe the versions of OS, Emacs, mu etc. you are using. + +**Checklist** +- [ ] you are running either the latest 1.4.x release, or a 1.5.11+ development release (otherwise, please upgrade). diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md index 0c646a6..56d740b 100644 --- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md +++ b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md @@ -8,13 +8,13 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is, what you excepted to happen and what actually happened. +A clear and concise description of what the bug is, what you expected to happen and what actually happened. **To Reproduce** Detailed steps to reproduce the behavior. If this is about a specific (kind of) message, **always** attach an (anonymized as need) example message. **Environment** -Please describe the versions of OS, Emacs, mu4e etc. you are using. +Please describe the versions of OS, Emacs, mu/mu4e etc. you are using. **Checklist** - [ ] you are running vanilla emacs (i.e. without Doom, Evil, Spacemacs etc.) (otherwise, please try to reproduce without those |
