summaryrefslogtreecommitdiff
path: root/.github/issue_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/issue_template.md')
-rw-r--r--.github/issue_template.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
deleted file mode 100644
index 0d5e3af2..00000000
--- a/.github/issue_template.md
+++ /dev/null
@@ -1,33 +0,0 @@
-## Expected behavior
-
-## Actual behavior (from `emacs-helm.sh` if possible, see note at the bottom)
-
-## Steps to reproduce (recipe)
-
-## Backtraces if any (`M-x toggle-debug-on-error`)
-
-## Describe versions of Helm, Emacs, operating system, etc.
-
-## 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. For people using straight to
-manage their packages you have to specify the path to you emacs-async
-installation:
-
-cd ~/.emacs.d/straight/repos/helm
-EMACSLOADPATH="../emacs-async:" ./emacs-helm.sh
-
-
-Thanks.