From 26da3f60c229d2f9a3ee3981779dcf2588b4b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAshutosh-Bhadauriya=E2=80=9D?= Date: Wed, 2 Apr 2025 07:12:52 +0530 Subject: [PATCH] enhancement: add pr template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..93a9f6f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +### Breaking Changes + + +### New Features + + +### Bug Fixes + + +### Checklist +- [ ] Version bumped +- [ ] Documentation updated \ No newline at end of file