Skip to content

Commit

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

## Description

[Replace this with a brief description of the changes introduced by this pull request.]

## Related Issue

Closes #[Issue Number]

## Changes Made

- [List the changes made in this pull request]

## Screenshots (if applicable)

[If your changes include any visual modifications, please include screenshots here.]

## How to Test

[Provide steps on how to test the changes made in this pull request, including any specific setup or configuration required.]

## Checklist

- [ ] I have read the contributing guidelines.
- [ ] My code follows the code style of this project.
- [ ] I have added appropriate comments to my code, particularly in hard-to-understand areas.
- [ ] I have tested my changes thoroughly.
- [ ] All new and existing tests passed.
- [ ] I have updated documentation if necessary.

## Additional Notes

[Add any additional notes or context here.]

0 comments on commit fced200

Please sign in to comment.