From 40624ed21bb3b739b1edcd5bb928b3d31bf6d8c6 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:00:08 -0700 Subject: [PATCH] Add synced pull request template Add a standard pull_request_template.md to sync-templates/.github and wire it into .github/sync.yml so it propagates to all radius-project repositories. The template includes Summary, Reason for change (with optional issue link), How to test, and File change summary sections. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/sync.yml | 3 ++ .../.github/pull_request_template.md | 30 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 sync-templates/.github/pull_request_template.md diff --git a/.github/sync.yml b/.github/sync.yml index 8492b5b..bed0b24 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -30,6 +30,9 @@ group: - source: sync-templates/.editorconfig dest: .editorconfig + - source: sync-templates/.github/pull_request_template.md + dest: .github/pull_request_template.md + - source: sync-templates/.github/linters/.markdownlint.yml dest: .github/linters/.markdownlint.yml diff --git a/sync-templates/.github/pull_request_template.md b/sync-templates/.github/pull_request_template.md new file mode 100644 index 0000000..6f0b6b3 --- /dev/null +++ b/sync-templates/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + +## Summary + + + +## Reason for change + + + +Fixes # + +## How to test + + + +## File change summary + + + +| File | Summary of change | +| ---- | ----------------- | +| | |