diff options
author | 2022-03-24 12:31:33 -0700 | |
---|---|---|
committer | 2022-03-24 12:31:33 -0700 | |
commit | 823d55fe46bce2fc24067ebda2ab02c2121b1554 (patch) | |
tree | e17d01f9ef073ab524f776182ba403d531af833e | |
parent | 5029382a8cab17f048372ee878d0778c89998009 (diff) | |
download | astro-823d55fe46bce2fc24067ebda2ab02c2121b1554.tar.gz astro-823d55fe46bce2fc24067ebda2ab02c2121b1554.tar.zst astro-823d55fe46bce2fc24067ebda2ab02c2121b1554.zip |
improve some github templates (#2876)
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 8 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 6ddb55c45..96ae48e3b 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -39,7 +39,13 @@ body: - type: input attributes: label: Link to Minimal Reproducible Example - description: 'Please use the following link to create a reproduction: https://astro.new' + 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.' placeholder: 'https://stackblitz.com/abcd1234' validations: required: true + - type: checkboxes + attributes: + label: Participation + options: + - label: I am willing to submit a pull request for this issue. + required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 066a3a27d..edec77376 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,8 @@ - What does this change? - Be short and concise. Bullet points can help! -- Before/after screenshots can be helpful as well. +- Before/after screenshots can help as well. +- Don't forget a changeset! `pnpm exec changeset` ## Testing @@ -11,6 +12,6 @@ ## Docs -<!-- Did you make a user-facing change? You probably need to update docs! --> -<!-- Add a link to your docs PR here. If no docs added, explain why (e.g. "bug fix only") --> -<!-- Link: https://github.com/withastro/docs --> +<!-- Is this a visible change? You probably need to update docs! --> +<!-- DON'T DELETE THIS SECTION! If no docs added, explain why.--> +<!-- https://github.com/withastro/docs -->
\ No newline at end of file |