From d645b68c043d3bb637d2d09cba4598a611ca8093 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Fri, 6 Sep 2024 02:39:36 +0530 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2cec259..0a9fdcc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,39 +5,39 @@ ### Jira Issue - + -- Jira Ticket: [JIRA-XXXX](https://your-jira-instance.atlassian.net/browse/JIRA-XXXX) +- Jira Ticket: [OMS-XXXX](https://onemindservices.atlassian.net/browse/OMS-XXXX) ### Is this PR for Development? -- [] Yes, this PR is for the development branch. -- [] No, this PR targets a different branch (please specify): +- [ ] 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): +- [ ] 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): +- [ ] 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. +- [ ] 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)