aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-03 07:33:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-03 07:33:04 -0400
commit194ae0ee00f16cf6a30202ef1f35237f730f4b21 (patch)
tree437cc8871a8866ca3bfdca665884405eed147097
parente59dd5c8b8d77acb4239a6dcee370cd7e399be6d (diff)
downloadexternal_python_setuptools-194ae0ee00f16cf6a30202ef1f35237f730f4b21.tar.gz
external_python_setuptools-194ae0ee00f16cf6a30202ef1f35237f730f4b21.tar.bz2
external_python_setuptools-194ae0ee00f16cf6a30202ef1f35237f730f4b21.zip
Update template to give more guidance, hoping to limit the blank submissions.
-rw-r--r--.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md
index 14317d93..2f5fe53d 100644
--- a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md
+++ b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md
@@ -9,6 +9,10 @@ assignees: ''
<!--
+Please DO NOT SUBMIT this template without first investigating the issue and answering the questions below. This template is intended mainly for developers of systems and not for end users. If you are an end user experiencing the warning, please work with your system maintainers (starting with the project you're trying to use) to report the issue.
+
+If you did not intend to use this template, but only meant to file a blank issue, just hit the back button and click "Open a blank issue".
+
It's by design that Setuptools 45 and later will stop working on Python 2. To ease the transition, Setuptools 45 was released to continue to have Python 2 compatibility, but emit a strenuous warning that it will stop working.
In most cases, using pip 9 or later to install Setuptools from PyPI or any index supporting the Requires-Python metadata will do the right thing and install Setuptools 44.x on Python 2.
@@ -32,8 +36,8 @@ try them first. -->
## Environment Details
- Operating System and version:
-- Python version:
-- Python installed how:
+- Python version:
+- Python installed how:
- Virtualenv version (if using virtualenv): n/a
Command(s) used to install setuptools (and output):