From 0f16869aee682db4231965deccad817b0eb5b822 Mon Sep 17 00:00:00 2001 From: Oleksandr Ivantsiv Date: Wed, 20 May 2026 23:32:24 +0000 Subject: [PATCH] [chore/github]: Standardize GitHub PR description template Replace legacy templates with unified pull_request_template.md (description, type, approach, documentation). Signed-off-by: Oleksandr Ivantsiv --- .github/copilot-instructions.md | 5 ++++ .github/pull_request_template.md | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2295e1ca9..e4458f3ad 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -76,6 +76,11 @@ Kernel patches are accepted under these conditions: - **Upstream first**: Prefer upstream patches — include the original commit hash - **Justification**: Explain why a patch is needed and why it can't be done out-of-tree - **CI**: Azure pipeline checks must pass +- **PR description template**: Fill out all sections of the [PR template](.github/pull_request_template.md) when submitting a pull request: + - **Description of PR**: Summary of the change, motivation/context, reviewer entry point, and dependencies; reference issues with `fixes #xxxx` / `closes #xxxx`. + - **Type of change**: Mark the box(es) that apply — bug fix, new feature, refactor / cleanup, documentation update, test improvement. + - **Approach**: Motivation; how you did it; how you verified/tested it; any platform-specific notes. + - **Documentation**: Link to wiki / doc updates relevant to new features or test cases. ## Gotchas diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..f9372611b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,45 @@ + +### Description of PR + + +Summary: +Fixes # (issue) + +### Type of change + + + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor / cleanup +- [ ] Documentation update +- [ ] Test improvement + +### Approach +#### What is the motivation for this PR? + +#### How did you do it? + +#### How did you verify/test it? + +#### Any platform specific information? + +### Documentation +