Skip to content

Commit

Permalink
pr template updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aruna authored and Aruna committed Jan 15, 2025
1 parent eea4459 commit bd4a2bd
Showing 1 changed file with 33 additions and 22 deletions.
55 changes: 33 additions & 22 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,45 @@
<!--
## Guidelines
1. Please complete the below template before submitting the PR. PR will be rejected if this is not completed.
2. Please tag issue number to title. Example: [01] New Feature X
3. Please do not modify the template.
1. PR Title should clearly indicate the change
2. PR should be link to the related issue(s)/proposals if any
3. Assign the PR to the developer(s) and add the reviewer(s) to notify them about the change.
4. Please complete the below template before submitting the PR. This will help reviewers in the review process.
-->

## Description
Please include a summary of the changes and the related issue.<br>
List any dependencies that are required for this change.

## Issue
Please provide the relevant issue link.
<!--
Please include a short summary of the changes.
List any dependencies that are required for this change.
-->

## Type of change
Please mark [ x ] which are relevant.

- [ ] Bug fix (non-breaking change which fixes the issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality)
- [ ] This change requires a documentation update
<!--
Please mark [x] which are relevant.
-->

- [ ] Bug fix (non-breaking change which fixes the issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality)
- [ ] This change requires a documentation update

## Checklist

- [ ] I have added the issue number and link to this PR.
- [ ] My PR is only for one issue. If not please mention all the issues above.
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generates no new warnings
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have added the issue number and link to this PR.
- [ ] My PR is only for one issue. If not please mention all the issues above.
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generates no new warnings
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] New and existing unit tests pass locally with my changes

## Test Summary / Screenshots
Please provide the test summary and necessary screenshots

Please provide the test summary and necessary screenshots if any.

## Add a funny gif
https://media1.tenor.com/m/OTvZN2KpSZYAAAAd/weekend-bugs.gif

0 comments on commit bd4a2bd

Please sign in to comment.