Skip to content

Commit

Permalink
Merge pull request #3 from ManojTGN/ManojTGN-contribute
Browse files Browse the repository at this point in the history
Create pull_request_template.md
  • Loading branch information
ManojTGN authored Apr 11, 2024
2 parents 32454dc + 74daf3d commit ed63571
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Pull Request

## Description

<!-- Provide a brief description of the changes introduced by this pull request. -->

## Related Issue

<!-- If this pull request addresses a specific issue, reference it here using the GitHub issue link. -->

## Proposed Changes

<!-- List the changes made in this pull request. Be as detailed as possible. -->

## Checklist

Please review and complete the following checklist before submitting your pull request:

- [ ] I have read and followed the project's [contributing guidelines](./CONTRIBUTING.md).
- [ ] My code follows the project's code style guidelines.
- [ ] I have tested my changes locally and they work as expected.
- [ ] I have included necessary documentation updates (if applicable).
- [ ] I have added/updated tests to cover my changes (if applicable).

## Additional Notes

<!-- If there are any additional notes or considerations for reviewers, please add them here. -->

## Screenshots

<!-- If applicable, include screenshots or gifs to demonstrate the changes visually. -->

0 comments on commit ed63571

Please sign in to comment.