improve some github templates (#2876)

This commit is contained in:
Fred K. Schott 2022-03-24 12:31:33 -07:00 committed by GitHub
parent 5029382a8c
commit 823d55fe46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -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

View file

@ -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 -->