From 07a4435a0c08cb63ebf11b71f735bac20318829b Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 11 Apr 2023 13:18:44 -0700 Subject: [PATCH] chore: Add request for minimal repro to bug report (#17081) * chore: Add request for minimal repro to bug report * Update .github/ISSUE_TEMPLATE/bug-report.yml * Update .github/ISSUE_TEMPLATE/bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 18c13535638..101bbcd2c9d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -68,6 +68,13 @@ body: Please copy-paste the actual ESLint output. You can use Markdown in this field. validations: required: true +- type: input + attributes: + label: Link to Minimal Reproducible Example + description: 'Link to a [playground](https://eslint.org/play), [StackBlitz](https://stackblitz.com), or GitHub repo with a minimal reproduction of the problem. **A minimal reproduction is required** so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed.' + placeholder: 'https://stackblitz.com/abcd1234' + validations: + required: true - type: checkboxes attributes: label: Participation