summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-03-16 08:44:39 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-03-16 08:44:39 +0100
commit78de120e2534cdf0ce3d602a04320616b3cb407c (patch)
tree41d19c6bd099b4568f809ecdcc5b3f5cd6c36c5c /.github
parentb50d6de3fe319ba7d3530384f703802941b754a1 (diff)
Update Issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md34
1 files changed, 20 insertions, 14 deletions
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.