diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-07-06 00:08:11 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-07-06 01:05:08 +0300 |
| commit | 7bcc676f9f9fe3ec87691504efaf7d08676b210c (patch) | |
| tree | ad427e01c05a13eb744797b002579c7169d4e46f | |
| parent | d8bbeb02180a81c62288fdc18eadeab0417423c4 (diff) | |
github: update bug template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/mu4e-bug-report.md | 22 | ||||
| -rw-r--r-- | build-aux/meson-install-info.sh | 5 |
2 files changed, 19 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md index d590209..738fb8e 100644 --- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md +++ b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md @@ -4,20 +4,26 @@ 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. +Please provide a clear and concise description of what you expected to happen +and what actually happened. + +**How to Reproduce** + +Include the exact steps of what you were doing (commands executed etc.). Include +any relevant logs and outputs. + +If this is about a specific (kind of) message, attach an example message. (Open +the message, press `.` (`mu4e-view-raw-message`), then `C-x C-w` and attach. +Anonymize as needed, all that matters is that the issue still reproduces. **Environment** 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 -- [ ] you are running mu4e without any third-party extensions (otherwise, please try to reproduce without those) -- [ ] you are running either the latest 1.6.x release, or a 1.7.x development release (otherwise, please upgrade). +- [ ] you are running either the latest 1.6.x release, or a 1.8.x release (otherwise, please upgrade) +- [ ] you are running mu4e without any third-party extensions (otherwise, make sure you can reproduce without those) +- [ ] you have read all of the above diff --git a/build-aux/meson-install-info.sh b/build-aux/meson-install-info.sh index 853ea94..8389b69 100644 --- a/build-aux/meson-install-info.sh +++ b/build-aux/meson-install-info.sh @@ -3,6 +3,11 @@ infodir=$1 infofile=$2 + +echo "DESTDIR: ${DESTDIR}" > boo.txt +echo "XX ${MESON_INSTALL_DESTDIR_PREFIX}" >> boo.txt + + # Meson post-install script to update info metadata install-info --info-dir ${MESON_INSTALL_DESTDIR_PREFIX}/${infodir} \ ${MESON_INSTALL_DESTDIR_PREFIX}/${infodir}/${infofile} |
