Ver a proveniência

Update ISSUE_TEMPLATE.md

pull/2104/head
native-api há 3 anos
committed by GitHub
ascendente
cometimento
88c3404997
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 8 adições e 1 eliminações
  1. +8
    -1
      .github/ISSUE_TEMPLATE.md

+ 8
- 1
.github/ISSUE_TEMPLATE.md Ver ficheiro

@ -18,4 +18,11 @@ Make sure you have checked all steps below.
- [ ] Python version:
- [ ] C Compiler information (e.g. gcc 7.3):
- [ ] Please attach verbose build log as gist
* 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`
* 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`
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
```
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set -x
<reproduce the problem>
set +x
```

Carregando…
Cancelar
Guardar