Skip to content

Commit

Permalink
Merge pull request #36 from milansamuel609/main
Browse files Browse the repository at this point in the history
Create PULL_REQUEST_TEMPLATE.md
  • Loading branch information
Suraj-kumar00 authored Oct 20, 2024
2 parents f258722 + 6141faf commit 93bff52
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/raise_pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## Description
<!--Please include a summary of the changes made in this pull request. Mention any important details that the reviewers need to be aware of -->

<br><br>

## Issue Number
Fixes:[#issue-number] <br>
Closes:[#issue-number]

<!-- Example: Fixes #1234 -->

<br><br>

## Changes Made
<!-- List the main changes that you made:
- Change 1
- Change 2
- Change 3 -->

<br><br>

## Type Of Change
<!--Please mark the relevant options with an "x": -->
- [ ] 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

## Screenshots or Videos
<!-- If the changes include visual modifications, please add screenshots or videos to help understand the impact of the changes -->

<br><br>

## How Has This Been Tested?
<!-- Please describe the tests you ran to verify your changes. Include any test configurations:
- Test A
- Test B -->

<br><br>

## Checklist
<!-- Please mark the relevant options with an "x": -->
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes

## Additional Information
<!-- Add any other context about the pull request here. -->

<br><br>

0 comments on commit 93bff52

Please sign in to comment.