diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 |
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. |
