Skip to content

Commit 6f1da2b

Browse files
authored
Update bug report template
1 parent bc6b031 commit 6f1da2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ body:
4545
- type: input
4646
attributes:
4747
label: setuptools version
48-
placeholder: For example, setuptools===60.4.2
48+
placeholder: For example, setuptools===69.1.0
49+
description: >-
50+
Please also test with the **latest version** of `setuptools`.
51+
Typically, this involves modifying `requires` in `[build-system]` of
52+
[`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use),
53+
not just updating `setuptools` using `pip`.
4954
validations:
5055
required: true
5156
- type: input

0 commit comments

Comments
 (0)