0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Add PR Template (#34)

* Add Auto-format action

* Add PR template
This commit is contained in:
Drew Powers 2021-03-26 14:03:07 -06:00 committed by GitHub
parent 88df57e690
commit 202973291f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,17 @@
## Changes
<!-- What does this change, in plain language? Include screenshots or videos if helpful. -->
## Testing
<!-- How can a reviewer test your code themselves? -->
- [ ] Tests are passing
- [ ] Tests updated where necessary
## Docs
- [ ] Docs / READMEs updated
- [ ] Code comments added where helpful
<!-- Notes, if any -->