From 208be7d6af9bc58078bc9caf34002efcbfefbc4f Mon Sep 17 00:00:00 2001 From: native-api Date: Thu, 14 Oct 2021 12:13:46 +0300 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f023b45f..d3f06c72 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -17,7 +17,7 @@ Make sure you have checked all steps below. - [ ] pyenv version: - [ ] Python version: - [ ] C Compiler information (e.g. gcc 7.3): -- [ ] Please attach verbose build log as gist +- [ ] Please attach a debug trace log as gist * 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: ```