Skip to content

Commit afa008e

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 6fa0569 commit afa008e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@ Make sure you have checked all steps below.
1818
- [ ] pyenv-virtualenv version:
1919
- [ ] Python version:
2020
- [ ] virtualenv version (if installed):
21-
- [ ] Please attach debug log of a faulty Pyenv invocation as a gist
22-
* You can turn on verbose debug logging using by setting `PYENV_DEBUG=1`, e.g. `env PYENV_DEBUG=1 pyenv install -v 3.6.4`
21+
- [ ] Please attach the debug log of a faulty Pyenv invocation as a gist
22+
* If the problem happens in a Pyenv invocation, you can turn on debug logging by setting `PYENV_DEBUG=1`, e.g. `env PYENV_DEBUG=1 pyenv install -v 3.6.4`
23+
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
24+
```
25+
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
26+
set -x
27+
<reproduce the problem>
28+
set +x
29+
```

0 commit comments

Comments
 (0)