Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant-mi authored Mar 14, 2024
1 parent fb3e6c3 commit c68cea8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Description

Describe the changes made in this pull request.

## Related Issue

If this pull request addresses a specific issue, reference it here.

## Proposed Changes

Explain the changes made in this pull request and how they address the issue.

## Checklist

- [ ] My code follows the coding standards and conventions of the project.
- [ ] I have added test cases in the `tests` folder to cover my changes, if applicable.
- [ ] I have updated the documentation, if necessary.
- [ ] I have tested my changes locally.

## Screenshots or GIFs (if applicable)

Include any relevant screenshots or GIFs to visually demonstrate the changes.

## Additional Notes

Add any additional notes or comments regarding the pull request.

## Reviewer Checklist

- [ ] Code review completed.
- [ ] Tests passed successfully.
- [ ] Documentation reviewed and updated, if necessary.
- [ ] Any potential side effects or edge cases considered.

0 comments on commit c68cea8

Please sign in to comment.