From eb8c135402714d362d7c6ebcc76103298ee8df6d Mon Sep 17 00:00:00 2001 From: Manojbabu <83714923+manusoft@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:34:00 +0400 Subject: [PATCH] Create pull request template Add a pull request template to guide contributors. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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..2e6a344 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Description +Please include a summary of the changes. + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update + +## Checklist +- [ ] My code follows the project's style guidelines +- [ ] I have performed a self-review of my code +- [ ] I have added tests that prove my fix/feature works +- [ ] New and existing unit tests pass locally +- [ ] I have updated the documentation if needed + +## Related Issues +Closes #