Skip to content
Draft
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
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
PRs from outside the maintainer team are auto-closed unless they link an open
issue you are assigned to (or one labeled `help wanted`). If that's not you
yet, file or find the issue first — see CONTRIBUTING.md#how-pull-requests-get-in.
Keep the description short: what changed and why, in your own words.
-->

Fixes #

## What and why

## How it was tested

## Checklist

- [ ] I'm assigned to the linked issue, it's labeled `help wanted`, or I'm exempt (maintainer / trusted contributor)
- [ ] AI assistance, if any, is disclosed above and I can explain every line of this diff
- [ ] Tests added/updated; `uv run --frozen pytest` and `uv run --frozen pyright` pass locally
- [ ] Docs and `docs/migration.md` updated if behaviour or public API changed
Loading
Loading