diff options
author | 2023-04-12 09:44:07 +0200 | |
---|---|---|
committer | 2023-04-12 09:44:07 +0200 | |
commit | 88d465a8d4d1f67f688f9c0af1e4f1b855b45b95 (patch) | |
tree | a5df54e230b986ae0f3aad2481e3b63cb19a8319 | |
parent | 44bd5da6d00c59b60f07c6dc0141875c3aa85145 (diff) | |
download | astro-88d465a8d4d1f67f688f9c0af1e4f1b855b45b95.tar.gz astro-88d465a8d4d1f67f688f9c0af1e4f1b855b45b95.tar.zst astro-88d465a8d4d1f67f688f9c0af1e4f1b855b45b95.zip |
Update issue template with link (#6813)
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index d42305e92..32e636cce 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -57,7 +57,7 @@ body: id: bug-reproduction attributes: 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.' + 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 |