summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-03-16 08:57:17 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-03-16 08:57:17 +0100
commitecb265499660499040f128e0cff770cdaf65725f (patch)
tree310e18001aa382cbd9a8cff548a22a7cb68c4e28 /.github
parentbe777dbfd0937bf34d96623442de571ced24f93d (diff)
Remove old template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
-rw-r--r--.github/issue_template.md33
2 files changed, 6 insertions, 33 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 599ae48d..15c393e9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -27,6 +27,12 @@ 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
+
## Expected behavior
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.