Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Overview

<!-- Provide a brief description of the changes in this PR and the motivation behind them. -->

## Type of Change

<!-- Mark the relevant option with an [x]. -->

- [ ] Bug Fix
- [ ] New Feature
- [ ] Documentation Update
- [ ] Refactor
- [ ] Other (please specify):

## Checklist

<!-- Verify each item before requesting a review. See .github/REVIEW_CHECKLIST.md for details. -->

- [ ] Code follows the project's style guidelines (`cargo fmt` passes)
- [ ] No Clippy warnings (`cargo clippy -- -D warnings` passes)
- [ ] Unit tests have been added or modified (`cargo test` passes)
- [ ] Documentation has been updated (`cargo doc --no-deps` passes)
- [ ] No sensitive information (keys, secrets, PII) is exposed
- [ ] Commit messages follow the conventional commit format (e.g., `feat:`, `fix:`, `chore:`)

## Related Issues

<!-- Link any related issues here, e.g. "Closes #123" or "Relates to #456". -->

## Additional Notes

<!-- Any extra context, screenshots, or information for the reviewer. -->
Loading
Loading