We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51191fa commit a07e918Copy full SHA for a07e918
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -95,8 +95,13 @@ body:
95
label: How to Reproduce
96
description: >-
97
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".
101
placeholder: |
- 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 '...'
105
2. Then run '...'
106
3. An error occurs.
107
validations:
0 commit comments