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

Please include a summary of the changes, along with the rationale and context. If applicable, please also reference any related issues.

Closes # (issue)

## Type of change

<!-- Delete the types that are not applicable -->

- New feature (adds new functionality)
- Bug fix (fixes an issue)
- Chore (non-code task, such as docs or dependency update)
- Release (prepares a release)

## Checklist

- [ ] I have run the [`pre-commit`](https://pre-commit.com/) checks either with `pre-commit run --all` or by integrating `pre-commit` into my workflow
- [ ] I have added tests to ensure my changes work as expected without errors (if applicable)
- [ ] I have provided clear context, rationale, and linked any related issues (if applicable)
- [ ] I have updated the documentation (if applicable)