diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4606481 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ +## Description +[Provide a brief description of the changes made in this pull request.] + +## Related Issue +[Closes/Fixes/Resolves #Issue_Number] + +## Checklist +Please make sure to review and check the following before submitting your pull request: + +- [ ] I have tested these changes locally and they work as intended. +- [ ] My code follows the project's coding style and guidelines. +- [ ] I have added/updated relevant documentation (if applicable). +- [ ] I have added/updated unit tests for the changes made. +- [ ] I have verified that all existing tests pass successfully. +- [ ] I have rebased my branch onto the latest upstream changes (if necessary). +- [ ] I have assigned reviewers to this pull request. +- [ ] I have added appropriate labels and milestones (if applicable). + +## Screenshots (if applicable) +[Add any relevant screenshots or images to assist in understanding the changes.] + +## Additional Information (optional) +[Add any additional context or information about the changes made, if necessary.] + +## Checklist for Reviewers (optional) +Reviewers can use this checklist as a guide while reviewing the pull request: + +- [ ] The changes fulfill the requirements of the related issue(s). +- [ ] The code follows the project's coding style and guidelines. +- [ ] The changes are adequately documented (if applicable). +- [ ] The changes include appropriate test coverage. +- [ ] The tests pass successfully. +- [ ] The branch has been rebased onto the latest upstream changes (if necessary). +