branch: elpa/consult-flycheck commit 354c4eb1f8e27c4bdba4865941a9e3675f2ab61c Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3bd9263b8b..53839e4d41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,14 @@ title: name: 🐞 Bug report about: Report a bug. Do not use this for questions, support or feature requests. --- +Thank you for reporting a bug. + +Please start with `emacs -Q` or `package-isolate` in order to only load a +minimal set of packages. This way your Emacs configuration is not loaded. Please provide precise information and the exact steps to reproduce the issue. -Start from `emacs -Q` or use `package-isolate`. +This is important to ensure that your problem can be reproduced on a different +machine. + +If you are not really sure if your issue is a bug, please open a discussion +instead.