mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to Minimal Reproducible Example
|
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'
|
placeholder: 'https://stackblitz.com/abcd1234'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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?
|
- What does this change?
|
||||||
- Be short and concise. Bullet points can help!
|
- 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
|
## Testing
|
||||||
|
|
||||||
|
@ -11,6 +12,6 @@
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
<!-- Did you make a user-facing change? You probably need to update docs! -->
|
<!-- Is this a visible 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") -->
|
<!-- DON'T DELETE THIS SECTION! If no docs added, explain why.-->
|
||||||
<!-- Link: https://github.com/withastro/docs -->
|
<!-- https://github.com/withastro/docs -->
|
Loading…
Reference in a new issue