diff options
author | Chris Swithinbank | 2023-10-02 15:26:47 +0200 |
---|---|---|
committer | GitHub | 2023-10-02 15:26:47 +0200 |
commit | ad0ea67e2a931edd72cbbce09fc7bb2da6c889c5 (patch) | |
tree | 5b28c9d31da3750b9110518bb219452442c661fe | |
parent | acd2aa15ec5ca0b7e15cb86e12c9d421a41b6cc6 (diff) | |
download | IT.starlight-ad0ea67e2a931edd72cbbce09fc7bb2da6c889c5.tar.gz IT.starlight-ad0ea67e2a931edd72cbbce09fc7bb2da6c889c5.tar.bz2 IT.starlight-ad0ea67e2a931edd72cbbce09fc7bb2da6c889c5.zip |
Make minimal repro required in bug report template (#793)
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |