From cc00eda0ac597572148046b8acb8eebbbcd53f90 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 | 12 +++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 34dc9914..65097b6c 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -75,6 +75,11 @@ make - **CLA**: Sign Linux Foundation EasyCLA - **State machine**: Document state transition changes - **Testing**: Add unit tests for new state transitions or link management logic +- **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. ## Common Patterns diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cba993b6..f9372611 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,24 +24,22 @@ Fixes # (issue) - [ ] Bug fix - [ ] New feature -- [ ] Doc/Design -- [ ] Unit test +- [ ] Refactor / cleanup +- [ ] Documentation update +- [ ] Test improvement ### Approach #### What is the motivation for this PR? -##### Work item tracking -- Microsoft ADO **(number only)**: - #### How did you do it? #### How did you verify/test it? #### Any platform specific information? -### Documentation +### Documentation \ No newline at end of file +-->