From 095cf239796571d8d2102d77222a620e26727303 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 29 Aug 2024 02:20:05 +0530 Subject: [PATCH] Create PR template --- .github/pull_request_template.md | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 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..2cec259 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,48 @@ + +### Description + + + +### Jira Issue + + + +- Jira Ticket: [JIRA-XXXX](https://your-jira-instance.atlassian.net/browse/JIRA-XXXX) + +### Is this PR for Development? + +- [] Yes, this PR is for the development branch. +- [] No, this PR targets a different branch (please specify): + +### Type of Change + + + +- [] Bug fix (non-breaking change which fixes an issue) +- [] New feature (non-breaking change which adds functionality) +- [] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [] Documentation update +- [] Other (please describe): + +### Test Cases + +- [] Test cases are covered for this PR. +- [] This PR does not require test cases (please explain): + +### Checklist + + + +- [] I have performed a self-review of my own code. +- [] I have linked all related Jira issues. +- [] I have added tests that prove my fix is effective or that my feature works. +- [] I have added necessary documentation (if applicable). +- [] Any dependent changes have been merged and published in downstream modules. + +### Screenshots (if applicable) + + + +### Additional Information + +