summaryrefslogtreecommitdiff
path: root/.github/issue_template.md
blob: 0e84055a45997d5b2df14da00c6b2b05d1896e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## 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.

Thanks.