summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-25 18:22:53 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-25 18:22:53 +0200
commit150b447993ec7bc3ec658a12ecab180460674f05 (patch)
tree305f98c98f6991033634d99664335ca24449dd40 /.github
parent8f3f8738da414fc3f1a6e492e8212cdbab09e734 (diff)
Some typos / rephrasing in issue template (#1867)
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md24
1 files changed, 10 insertions, 14 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index ddfba41f..43a39437 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,27 +1,23 @@
## Expected behavior
-
-## Actual behavior from `emacs-helm.sh` if possible (See note at bottom)
-
+## 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`)
-## Backtraces if some (M-x toggle-debug-on-error)
-
-
-## Describe versions of helm, emacs, operating system etc.
+## Describe versions of Helm, Emacs, operating system, etc.
+## Are you using `emacs-helm.sh` to reproduce this bug (yes/no):
-## Are you using `emacs-helm.sh` to reproduce this bug (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.
-## IMPORTANT NOTE:
+When possible, use it to reproduce your Helm issue to ensure no other package is
+interfering.
-Helm is providing a script named `emacs-helm.sh` which allows running Helm
-in a neutral environment with only helm installed with minimal settings.
-When possible it is important to use it to reproduce your helm bugs
-to ensure no other package is interfering.
-To run it, just cd to the directory where helm is installed and call ./emacs-helm.sh.
+To run it, simply switch to the directory where Helm is installed and call `./emacs-helm.sh`.
Thanks.