From ad0ea67e2a931edd72cbbce09fc7bb2da6c889c5 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 2 Oct 2023 15:26:47 +0200 Subject: Make minimal repro required in bug report template (#793) --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index b01cbe15..8bdef90c 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -58,6 +58,8 @@ body: label: Link to Minimal Reproducible Example description: 'Use [astro.new](https://astro.new) to create 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. Not sure how to create a minimal example? [Read our guide](https://docs.astro.build/en/guides/troubleshooting/#creating-minimal-reproductions)' placeholder: 'https://stackblitz.com/abcd1234' + validations: + required: true - type: checkboxes id: will-pr attributes: -- cgit