diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-15 11:01:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 11:01:38 +0000 |
| commit | a07e918df77a40eb97f2f7606756c44d4de4c3cd (patch) | |
| tree | b52fee8b3c2377d0eb8d468389f386a40318b870 | |
| parent | 51191fa6b418524256161a8fe8506c1541e37f4a (diff) | |
| download | python-setuptools-git-a07e918df77a40eb97f2f7606756c44d4de4c3cd.tar.gz | |
Update bug-report to mention minimal reproducers
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 672acd18..1c42bf5a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -95,8 +95,13 @@ 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: | - 1. Integrate setuptools via '...' + 1. Clone a simplified example: `git clone ...` + 2. Create a virtual environment for isolation with `...` + 2. Build the project with setuptools via '...' 2. Then run '...' 3. An error occurs. validations: |
