From e6bdf2f8bf6fd3e515f1c01b8e9f37ef36ece5ee Mon Sep 17 00:00:00 2001 From: Gregory Poole Date: Fri, 9 Aug 2024 15:01:09 +1000 Subject: [PATCH] Add pull request template. --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..e49c167 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Pull Request + +### Description +[Provide a brief description of the changes or features implemented in this pull request.] + +### Related Issue(s) +[If applicable, mention any related issues or tasks that this pull request addresses.] + +### Checklist +Please make sure to review and check the following before submitting your pull request. Remove any items that are not applicable. + +- [ ] You have added the text `[version:minor]` if new functionality has been added; `[version:major]` if there are any breaking changes. +- [ ] Unit tests have been added or updated to ensure proper functionality. +- [ ] Documentation has been updated to reflect the changes (if applicable). +- [ ] All commit messages are clear and descriptive. + +### Additional Notes +[Include any additional information or notes that may be helpful for reviewers.] + +### Reviewer(s) +[Tag any specific person or team responsible for reviewing this pull request, if applicable.]