summaryrefslogtreecommitdiff
path: root/.github/issue_template.md
blob: 0d5e3af203fd6fd5b7091465e35ad46157aa8dd0 (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
27
28
29
30
31
32
33
## 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.