Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSaruni committed Oct 25, 2024
1 parent efdb140 commit 8a2927d
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Description
<!--
Provide a brief summary of the changes made in this pull request.
Include the context and reasons for making these changes.
If this PR fixes an issue, include "Fixes #<issue-number>".
-->

## Type of Change
<!-- Please delete options that are not relevant. -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactor (code changes that neither fix a bug nor add a feature)
- [ ] Other (please specify):

## Checklist
<!-- Check all items that apply: -->
- [ ] I have followed the coding standards for this project.
- [ ] My code has been linted and formatted.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] I have updated the documentation, if necessary.
- [ ] The changes require review by another team member (add reviewer).

## How Has This Been Tested?
<!--
Describe the tests that you ran to verify your changes.
Provide instructions so that reviewers can reproduce the test results.
Include relevant details like the environment, test cases, and any edge cases tested.
-->

## Related Issues
<!--
Link related issues or pull requests if applicable.
E.g., "Related to #123", "Depends on #456".
-->

## Screenshots or GIFs (if applicable)
<!--
Include screenshots or animated GIFs to show any visual changes.
-->

## Further Comments
<!--
Add any other information that reviewers may find useful.
Include things like known issues, alternative approaches considered, or design decisions made.
-->

0 comments on commit 8a2927d

Please sign in to comment.