commit dc1f37a7ffc5c4e2a7e40f5ca0430e0600546293 parent 4d34fe514aae7f79322b0afd1d66b7c7004bb99a Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 24 Mar 2026 19:44:04 +0530 Add pull request template Add a pull request template with checklist and sections for changes and changelog. Diffstat:
| A | .github/PULL_REQUEST_TEMPLATE.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Checklist +- [ ] I read the README.md and CONTRIBUTING.md. +- [ ] I read the Code of Conduct and Security Policy. +- [ ] My code follows the "No Logging of Private Data" policy. + +## Changes +Describe the changes made in this PR. + +## Changelog