diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md index d5902095..738fb8e6 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 853ea940..8389b69d 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}