Skip to content
Open
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/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!-- Hi,
Thank you for your contribution!
Please assist reviewers by filling out this template. -->
## Rationale

<!-- Additional comments go here. -->


### Feature request or issue tracking

<!-- Please update the issue number (e.g. `#10974`) below, if applicable.
Otherwise feel free to remove this section. -->

Closes #10974.


## Pre-review checklist

- [ ] I have performed a self-review of my code.
- [ ] If my PR fixes a bug or introduces a new feature, I have added thorough tests.
- [ ] If my changes are non-trivial and do not concern a reported issue, I have added a changelog entry.


### LLM/AI disclosue

<!-- If applicable, please keep the corresponding option only.
(This section can be removed for hand-written code.) -->

This PR was written with the assistance of an LLM/AI.
This PR was written entirely by an LLM/AI.
Loading