diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3509aea --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +### Related Issue + + +Issue: #[issue number] + +### Description of Changes + + +In this pull request, I propose the following changes: +- Change 1: ... +- Change 2: ... +- Change 3: ... + +These changes address the following concerns/issues: +- ... +- ... +- ... + +### Reviewers + + +- @reviewer1 +- @reviewer2 +- @reviewer_team + +### Checklist + + +- [ ] Code changes are documented and follow project guidelines. +- [ ] Tests have been added/updated for the changes. +- [ ] Documentation has been updated/added. +- [ ] All new and existing tests have passed.