From 06f63f15d5a932cfcc208e212fca28d7ab19e8a4 Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Thu, 30 Jul 2026 12:12:20 +0100 Subject: [PATCH] Coding - Add PR GH template (#1411) --- .../pull_request_template.md | 56 +++++++++++++++++++ 1 file changed, 56 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 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