From 83c66b9896d77c67ccc61c551e9dd204ee25a0fc Mon Sep 17 00:00:00 2001 From: Storm Liang Date: Thu, 16 Jul 2026 20:46:12 -0700 Subject: [PATCH] [github]: Add backport test evidence sections Add a Back port request section before Approach, requiring a linked GitHub issue or Microsoft ADO work item and target-branch test evidence for any backport/cherry-pick request. Add release branch checkboxes (202305, 202311, 202405, 202411, 202505, 202511, 202605), a Tested branch section (master, the same release branches, and N/A), and a separate Test result section for per-branch image version and evidence. Point the existing How did you verify/test it? note to the new Test result section for branch-specific evidence. Companion to sonic-net/sonic-buildimage#28464 and sonic-net/sonic-mgmt#26279. Signed-off-by: Storm Liang Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/pull_request_template.md | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cba993b6..597c7908 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,53 @@ Fixes # (issue) - [ ] Doc/Design - [ ] Unit test +### Back port request + +- [ ] 202305 +- [ ] 202311 +- [ ] 202405 +- [ ] 202411 +- [ ] 202505 +- [ ] 202511 +- [ ] 202605 + +Tracking issue/work item for backport/cherry-pick request (GitHub issue or Microsoft ADO): +Failure type: + +### Tested branch + +- [ ] master +- [ ] 202305 +- [ ] 202311 +- [ ] 202405 +- [ ] 202411 +- [ ] 202505 +- [ ] 202511 +- [ ] 202605 +- [ ] N/A + +### Test result + + ### Approach #### What is the motivation for this PR? @@ -36,6 +83,10 @@ Fixes # (issue) #### How did you do it? #### How did you verify/test it? + #### Any platform specific information?