From 5861aee062fd1e8e7910dc62d4fe20e22424afb3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 20 Mar 2018 21:37:40 +0100 Subject: [PATCH] Update ISSUE_TEMPLATE.md revisited --- .github/ISSUE_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 31768614..21ba97a7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,14 +2,14 @@ Too many issues will kill our team's development velocity, drastically. Make sure you have checked all steps below. ### Prerequisite -* [ ] Make sure your problem is not listed in [the common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems) -* [ ] Make sure duplicated issue has already been reported in [the pyenv issues](https://github.com/pyenv/pyenv/issues). You should look for closed issues too. +* [ ] Make sure your problem is not listed in [the common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems). +* [ ] Make sure no duplicated issue has already been reported in [the pyenv issues](https://github.com/pyenv/pyenv/issues). You should look for closed issues, too. * [ ] Make sure you are not asking us to help solving your specific issue. - * GitHub issues is opened mainly for development purpose. If you want to ask someone to help solving your problem, go some community site like [Gitter](https://gitter.im/yyuu/pyenv), [StackOverflow](https://stackoverflow.com/questions/tagged/pyenv), etc. -* [ ] Make sure your problem is not derived from packaging (e.g. [Homebrew](https://brew.sh)) - * Please refer the package documentation for the installation issues, etc. -* [ ] Make sure your problem is not derived from plugins - * This repository is maintaining `pyenv` and the default `python-build` plugin only. Please refrain to report the issues of the plugin here. + * GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like [Gitter](https://gitter.im/yyuu/pyenv), [StackOverflow](https://stackoverflow.com/questions/tagged/pyenv), etc. +* [ ] Make sure your problem is not derived from packaging (e.g. [Homebrew](https://brew.sh)). + * Please refer to the package documentation for the installation issues, etc. +* [ ] Make sure your problem is not derived from plugins. + * This repository is maintaining `pyenv` and the default `python-build` plugin only. Please refrain from reporting issues of other plugins here. ### Description - [ ] Platform information (e.g. Ubuntu Linux 16.04): @@ -18,4 +18,4 @@ 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 log like `env PYENV_DEBUG=1 pyenv install -v 3.6.4` + * 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`