From 78de120e2534cdf0ce3d602a04320616b3cb407c Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 16 Mar 2021 08:44:39 +0100 Subject: Update Issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cf079efb..588ddecd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,6 +5,26 @@ title: '' labels: '' assignees: '' +# Important! Before filing an issue, please consider the following: + + * Try to find if your bug is not already reported. + + * If you are using a preconfigured Emacs (Spacemacs, Doom etc...) \ + reproduce your bug out of this environment (see note below). + + * Please follow the below template. + + Thanks! + +NOTE: +Helm provides a script named `emacs-helm.sh` which runs Helm in a neutral environment. + +When possible, use it to reproduce your Helm issue to ensure no other package is +interfering. + +To run it, simply switch to the directory where Helm is installed and call `./emacs-helm.sh`. +If necessary you can specify emacs executable path on command line with "-P" option. + --- ## Expected behavior @@ -19,17 +39,3 @@ assignees: '' ## Are you using `emacs-helm.sh` to reproduce this bug? (yes/no): -## Are you using Spacemacs? (yes/no): - -## IMPORTANT NOTE - -Helm provides a script named `emacs-helm.sh` which runs Helm in a neutral -environment: no other packages and only minimal settings. - -When possible, use it to reproduce your Helm issue to ensure no other package is -interfering. - -To run it, simply switch to the directory where Helm is installed and call `./emacs-helm.sh`. -If necessary you can specify emacs executable path on command line with "-P" option. - -Thanks. -- cgit v1.2.3