Add synced pull request template#25
Merged
Merged
Conversation
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>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
brooke-hamilton
marked this pull request as draft
July 10, 2026 22:33
brooke-hamilton
marked this pull request as ready for review
July 10, 2026 22:35
nicolejms
approved these changes
Jul 10, 2026
There was a problem hiding this comment.
Pull request overview
Adds a standardized pull request template to the sync-templates set and updates the repo-files-sync configuration so the template is propagated to all radius-project repositories, improving consistency of PR descriptions across the org.
Changes:
- Added
sync-templates/.github/pull_request_template.mdwith standard PR sections (Summary, Reason for change, How to test, File change summary). - Updated
.github/sync.ymlto sync the new PR template into target repositories at.github/pull_request_template.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sync-templates/.github/pull_request_template.md | Introduces the org-wide PR template content to be distributed. |
| .github/sync.yml | Adds a sync mapping so the PR template is propagated to the all-repos group. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+14
to
+18
| Explain why this change is needed. If it addresses a GitHub issue, link it | ||
| below so it is automatically closed when this PR merges (optional). | ||
| --> | ||
|
|
||
| Fixes #<!-- issue number (optional) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a standard
pull_request_template.mdtosync-templates/.github/and wires it into.github/sync.ymlso it is distributed to allradius-projectrepositories via the existing repo-files-sync mechanism.Reason for change
The organization has no shared PR template, so PR descriptions are inconsistent across repos. Adding a synced template gives every repo the same standard structure and context for reviewers.
How to test
sync-templates/.github/pull_request_template.mdexists and renders as expected..github/sync.ymlpointssync-templates/.github/pull_request_template.md→.github/pull_request_template.mdin the all-repos group.main, the sync workflow opens PRs in target repos adding.github/pull_request_template.md.File change summary
sync-templates/.github/pull_request_template.md.github/sync.yml