Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
30 changes: 30 additions & 0 deletions sync-templates/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--
Thank you for contributing to Radius! Please fill out each section below so
reviewers have the context they need. Sections marked optional can be removed
if they do not apply.
-->

## Summary

<!-- Provide a concise description of what this PR does. -->

## Reason for change

<!--
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) -->
Comment on lines +14 to +18

## How to test

<!-- Describe the steps a reviewer can take to verify these changes. -->

## File change summary

<!-- Summarize the change made in each file that was modified. -->

| File | Summary of change |
| ---- | ----------------- |
| | |