From bf26409b2f473b403d6f5f914c3cab48311189f6 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 12:07:25 +0200 Subject: [PATCH] feat: Added Pull Request template with checklists --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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). +