Skip to content

Commit a07e918

Browse files
authored
Update bug-report to mention minimal reproducers
1 parent 51191fa commit a07e918

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
@@ -95,8 +95,13 @@ body:
9595
label: How to Reproduce
9696
description: >-
9797
Describe the steps to reproduce this bug.
98+
99+
Please try to create a [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example),
100+
and avoid things like "see the steps in the CI logs".
98101
placeholder: |
99-
1. Integrate setuptools via '...'
102+
1. Clone a simplified example: `git clone ...`
103+
2. Create a virtual environment for isolation with `...`
104+
2. Build the project with setuptools via '...'
100105
2. Then run '...'
101106
3. An error occurs.
102107
validations:

0 commit comments

Comments
 (0)