From a07e918df77a40eb97f2f7606756c44d4de4c3cd Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Wed, 15 Feb 2023 11:01:38 +0000 Subject: Update bug-report to mention minimal reproducers --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1