1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

docs: Create a pull request template

This commit is contained in:
Reece Dunham 2024-04-17 23:36:06 -04:00 committed by GitHub
parent de4678b5e3
commit 5ac8b20d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,20 @@
<!-- Thanks for contributing to Peacock! Here's a bit of a template to help make sure everything relevant is covered. -->
## Scope
<!-- List any relevant changes you have made here. Be sure to link any issues fixed, or that are relevant to these changes. -->
## Test Plan
<!-- List how you have verified these changes work as intended. -->
## Checklist
<!--
Just a few reminders to make sure everything is perfect. You can place an "X" in the boxes to tick them off.
If you have not completed one of the steps below, you can create the pull request as a draft, and then check off the items as you go.
When you have completed the checklist, press the "Ready for review" button.
-->
- [ ] I have run Prettier to reformat any changed files
- [ ] I have verified my changes work