Skip to content
Merged
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
40 changes: 22 additions & 18 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
Thank you for helping make the Radius documentation better!
<!--
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. -->

**Please follow this checklist before submitting:**
## Reason for change

- [ ] [Read the contribution guide](https://docs.radapp.io/community/contributing/docs/)
- [ ] Commands include options for Linux, MacOS, and Windows within codetabs
- [ ] New file and folder names are globally unique
- [ ] Page references use shortcodes instead of markdown or URL links
- [ ] Images use HTML style and have alternative text
- [ ] Places where multiple code/command options are given have codetabs
<!--
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).
-->

In addition, please fill out the following to help reviewers understand this pull request:
Fixes #<!-- issue number (optional) -->

## Description
## How to test

<!--Please explain the changes you've made-->
<!-- Describe the steps a reviewer can take to verify these changes. -->

## Issue reference
## File change summary

<!--
Please reference the docs or Radius issue that this pull request addresses:
<!-- Summarize the change made in each file that was modified. -->

Fixes: #[issue number]
or
Fixes: https://github.com/radius-project/radius/issues/[issue number]
-->
| File | Summary of change |
| ---- | ----------------- |
| | |
Loading