diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f7dd51c57f..ff45e687c9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -48,7 +48,7 @@ body: placeholder: For example, setuptools==69.1.0 description: >- Please also test with the **latest version** of `setuptools`. - + Typically, this involves modifying `requires` in `[build-system]` of [`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use), not just updating `setuptools` using `pip`. @@ -60,9 +60,9 @@ body: placeholder: For example, Python 3.10 description: >- Please ensure you are using a [supported version of Python](https://devguide.python.org/versions/#supported-versions). - + Setuptools does not support versions that have reached [`end-of-life`](https://devguide.python.org/versions/#unsupported-versions). - + Support for versions of Python under development (i.e. without a stable release) is experimental. validations: required: true @@ -107,7 +107,7 @@ body: label: How to Reproduce description: >- Describe the steps to reproduce this bug. - + Please try to create a [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example), and avoid things like "see the steps in the CI logs". placeholder: |