branch: externals/consult commit b1b7abf5811b568d93d2f131804d890a9e2c3334 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, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 53839e4d41..d753fae852 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,8 +5,14 @@ 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 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