summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-05-11 13:31:16 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-05-11 13:31:16 +0200
commitd4693e505474be5e6ba2e6f613809f40b9f9d702 (patch)
tree8787fba716849f7a38401308fd26e5e38c592d7a /.github
parent4b5be758515cf06cf22de2d1b5de459491f7197b (diff)
Update bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 3bd9263..53839e4 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.