diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-06-17 13:25:59 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-06-17 13:25:59 +0200 |
| commit | 5e9a2229322541c1ee28b72128cf7c097b32dd5d (patch) | |
| tree | 9471e7dee2ce5609129135747102d24caa46f112 | |
| parent | 53aa6c85be72ce220a4321487c535295b0de0488 (diff) | |
Update bug report template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6a67a31..d753fae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,11 @@ Please use the latest stable release of Emacs 30.1 and 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. +Make sure that you install the newest versions of the involved packages. Please +also reinstall and recompile the involved packages, ideally remove all and +reinstall all packages, to exclude compilation issues due to outdated +dependencies. + Please provide precise information and the exact steps to reproduce the issue. This is important to ensure that your problem can be reproduced on a different machine. |
