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 0000000000..c856844611 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,56 @@ +## Pre-Submission Checks + + + +- [ ] I checked existing issues, pull requests, discussions, and forum topics for related work. +- [ ] I followed the contribution guidance in `.github/CONTRIBUTING.md`. +- [ ] I used a PR title in the `Group - Summary` format. + +## Problem / Motivation + + + +## Proposed Solution + + + +## Validation + + + +Checks performed: + +- [ ] Relevant tests were added or updated when applicable. +- [ ] Relevant local tests were run. + +## CLA Confirmation + + + +- [ ] I confirm that I have read the contribution requirements, and that I have signed and submitted the CLA or I am covered by an approved company CLA. + +CLA ID / submission reference: + + + +## Review Notes + + \ No newline at end of file