Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
## Description
<!-- Describe your changes in detail here. Explain the what and why of your pull request. -->

## Linked Issue
<!-- Link to the issue that this PR addresses (e.g. Closes #123) -->
Closes #

## Type of Change
<!-- Check the relevant option -->
- [ ] 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

## Testing Notes
<!-- Describe how you tested your changes and how reviewers can reproduce the testing. -->

## Checklist
- [ ] I have updated the documentation accordingly.
- [ ] My changes generate no new warnings.
- [ ] I have performed a self-review of my own code.