Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 authored Apr 10, 2024
1 parent 6846379 commit 5a4c769
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Pull Request

## Description
<!--- Describe the purpose of this Pull Request -->

## Related Issues
<!--- List any related issues or tickets here -->

## Changes Made
<!--- Provide a brief description of the changes made in this PR -->

## Screenshots (if applicable)
<!--- Include any relevant screenshots or GIFs here -->

## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My code follows the code style of this project.
- [ ] I have reviewed my code and ensured it's functioning as expected.
- [ ] I have added appropriate comments to my code, particularly in hard-to-understand areas.
- [ ] I have updated the documentation accordingly.
- [ ] My changes generate no new warnings or errors.
- [ ] I have tested my changes locally.

## Additional Notes
<!--- Any additional information or notes you want to add -->

0 comments on commit 5a4c769

Please sign in to comment.