From 925517f5794185e79af8d65425135c01e5735b62 Mon Sep 17 00:00:00 2001 From: Mindy Batek Date: Tue, 10 Mar 2026 22:37:25 +0100 Subject: [PATCH] Add a PR template for GitHub --- .../pull_request_template.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000000..fbf932889f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,30 @@ + +## Rationale + + + + +### Feature request or issue tracking + + + +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 + + + +This PR was written with the assistance of an LLM/AI. +This PR was written entirely by an LLM/AI.