Skip to content

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Sep 5, 2024
1 parent b360088 commit d645b68
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@

### Jira Issue

<!-- If this pull request is associated with a Jira issue, please link it here (e.g., `JIRA-123`). -->
<!-- If this pull request is associated with a Jira issue, please link it here (e.g., `OMS-123`). -->

- 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

<!-- Please select the type of change that applies to this pull request. -->

- [] 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

<!-- Please check off the items as they are completed. -->

- [] 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)

Expand Down

0 comments on commit d645b68

Please sign in to comment.