Skip to content

Commit

Permalink
improve some github templates (withastro#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Mar 24, 2022
1 parent 5029382 commit 823d55f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/---01-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 5 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 823d55f

Please sign in to comment.