From c6c0377fb4c842aa6c1e249e3a3b3803199e9f7f Mon Sep 17 00:00:00 2001 From: Tamani Karim <58092740+KarimTamani@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:48:44 +0100 Subject: [PATCH] Create pull_request_template.md --- .../ISSUE_TEMPLATE/pull_request_template.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7e81133 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1,26 @@ +# Pull Request Title + +## Description +Please provide a clear and concise description of the changes made in this pull request. + +## Related Issues +Link any related issues here (e.g., `Fixes #42`). + +## Changes Made +- [ ] Feature implementation +- [ ] Bug fix +- [ ] Documentation update +- [ ] Other (please specify) + +## Testing +Describe the tests you ran to verify your changes. Include instructions for how reviewers can test them. + +## Checklist +Before submitting, please ensure you have: +- [ ] Read the Contributing Guide +- [ ] Followed the Code of Conduct +- [ ] Tested your changes locally +- [ ] Updated documentation if needed + +## Additional Notes +Add any other context, screenshots, or relevant information here.