Skip to content

Commit

Permalink
Cleanup withespace in Github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 23, 2024
1 parent 5a54d5b commit 367559f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 367559f

Please sign in to comment.