diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..aeb541a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +## Description +Please explain the changes you made and why. + +## Related Issue +Link the issue this PR addresses. + +## Type of Change +- [ ] Update +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update + +## Checklist +- [ ] I have tested my changes locally +- [ ] I have updated documentation where needed + +## Screenshots + +If applicable, please add screenshots to help explain your changes. + + + +## Additional Information +(Anything else) \ No newline at end of file