From b7da1621d40c820be811eb0ae4fa1c5189cbf309 Mon Sep 17 00:00:00 2001 From: Vipul Vaibhaw Date: Mon, 11 Dec 2023 17:56:27 +0530 Subject: [PATCH] adding PR template (#143) --- .../pull_request_template.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..6644e83b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,28 @@ +# Pull Request + +## Summary + + +## Changes + + +## Related Issues + + +## Testing + + +## Screenshots (if applicable) + + +## Checklist + + +- [ ] I have tested my changes thoroughly. +- [ ] My code follows the project's coding standards. +- [ ] I have updated the documentation (if applicable). +- [ ] I have added relevant comments to the code. +- [ ] I have resolved any merge conflicts. + +## Reviewers +