improve some github templates (#2876)
This commit is contained in:
parent
5029382a8c
commit
823d55fe46
2 changed files with 12 additions and 5 deletions
8
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
|
@ -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
|
||||
|
|
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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 -->
|
Loading…
Reference in a new issue