Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
hunteraraujo
2023-04-06 09:59:20 -07:00
committed by GitHub
parent 3f106963a8
commit f8e88a146a

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,18 @@
### Background
<!-- Provide a brief overview of why this change is being made. Include any relevant context, prior discussions, or links to relevant issues. -->
### Changes
<!-- Describe the changes made in this pull request. Be specific and detailed. -->
### Test Plan
<!-- Explain how you tested this functionality. Include the testing environment, steps to reproduce, and any relevant test cases. -->
### Change Safety
- [ ] I have added tests to cover my changes
- [ ] I have considered potential risks and mitigations for my changes
<!-- If you haven't added tests, please explain why. If you have, check the appropriate box. -->