diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..f9d56aac5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +## Description + + +**Contributors Checklist** + + +- [ ] My change is related to issue #(issue number) +- [ ] I have followed the repository's development workflow +- [ ] I have tested my changes manually and by adding relevant tests +- [ ] I have performed all required documentation updates + +**Review Checklist** + + +- [ ] I have self-reviewed my changes +- [ ] My Pull Request is ready for review + +--- \ No newline at end of file