diff options
author | 2024-12-04 09:42:16 +0000 | |
---|---|---|
committer | 2024-12-04 09:42:16 +0000 | |
commit | f56d349ccc20d667d4fa02aa74140226b6db9405 (patch) | |
tree | d2b5194afe8e70995f0c06391947a1138eab3553 /.github/ISSUE_TEMPLATE | |
parent | 19b3ac0036cc6f27da887d19b16d804c6f0b8124 (diff) | |
download | astro-f56d349ccc20d667d4fa02aa74140226b6db9405.tar.gz astro-f56d349ccc20d667d4fa02aa74140226b6db9405.tar.zst astro-f56d349ccc20d667d4fa02aa74140226b6db9405.zip |
ci: update repro link (#12620)
* ci: update repro link
* Apply suggestions from code review
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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 3a2ec9866..01eb5e468 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -42,7 +42,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. Not sure how to create a minimal example? [Read our guide](https://docs.astro.build/en/guides/troubleshooting/#creating-minimal-reproductions)' + description: 'Use [StackBlitz](https://astro.new/minimal) 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 |