Skip to content

Commit

Permalink
Add pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbpoole committed Aug 9, 2024
1 parent b3ed05d commit e6bdf2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Pull Request

### Description
[Provide a brief description of the changes or features implemented in this pull request.]

### Related Issue(s)
[If applicable, mention any related issues or tasks that this pull request addresses.]

### Checklist
Please make sure to review and check the following before submitting your pull request. Remove any items that are not applicable.

- [ ] You have added the text `[version:minor]` if new functionality has been added; `[version:major]` if there are any breaking changes.
- [ ] Unit tests have been added or updated to ensure proper functionality.
- [ ] Documentation has been updated to reflect the changes (if applicable).
- [ ] All commit messages are clear and descriptive.

### Additional Notes
[Include any additional information or notes that may be helpful for reviewers.]

### Reviewer(s)
[Tag any specific person or team responsible for reviewing this pull request, if applicable.]

0 comments on commit e6bdf2f

Please sign in to comment.