Skip to content

Commit

Permalink
feat: create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinugawade authored May 15, 2024
1 parent 445f56f commit 1d04bc1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Pull Request Title

[Include a concise summary of the changes introduced by this pull request]

## Description

[Provide a detailed description of the changes made in this pull request, including any new features, bug fixes, or improvements]

## Related Issues

[Include any related GitHub issues or pull requests that are addressed or closed by this pull request, using the syntax "Fixes #issue_number" or "Resolves #issue_number"]

## Checklist

- [ ] I have tested these changes locally and verified that they work as intended.
- [ ] I have updated the documentation, if necessary, to reflect the changes introduced by this pull request.
- [ ] I have reviewed the code changes to ensure they follow the project's coding standards and conventions.
- [ ] I have added unit tests, if applicable, to cover any new functionality or changes made by this pull request.
- [ ] I have ensured that there are no conflicts with the main branch.

## Additional Information

[Include any additional information, context, or screenshots that may be helpful for reviewing this pull request]

0 comments on commit 1d04bc1

Please sign in to comment.