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
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Summary

Describe what this PR does and why.

## Related

e.g., Closes #123, Relates to RFC-001

## Changes

List key changes.

-

## Types of Changes

- [ ] 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 change)
- [ ] Documentation update

## Checklist

- [ ] I have read the [CONTRIBUTING](.github/CONTRIBUTING.md) document.
- [ ] My code follows the style guidelines (oxlint, oxfmt, npm test).
- [ ] I have added tests that cover my changes.
- [ ] All new and existing tests passed.
- [ ] Commit message follows Conventional Commits.
- [ ] No hardcoded secrets or credentials introduced.
- [ ] Threat model considerations addressed (if applicable).
Loading
Loading