branch: externals/consult
commit da9791ccfc16893f04abf83dfe7b56d8339d534b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
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.