diff --git a/.azuredevops/pull_request_template.md b/.azuredevops/pull_request_template.md new file mode 100644 index 000000000000..499ac58c91c0 --- /dev/null +++ b/.azuredevops/pull_request_template.md @@ -0,0 +1,9 @@ +# {PR title} + +Summary of the changes (Less than 80 chars) + +## Description + +{Detail} + +Fixes #{bug number} (in this specific format) diff --git a/.azuredevops/pull_request_template/branches/internal.md b/.azuredevops/pull_request_template/branches/internal.md new file mode 100644 index 000000000000..59ad82ee7ad9 --- /dev/null +++ b/.azuredevops/pull_request_template/branches/internal.md @@ -0,0 +1,45 @@ +# {PR title} + +Summary of the changes (Less than 80 chars) + +## Description + +{Detail} + +Fixes #{bug number} (in this specific format) + +## Customer Impact + +{Justification} + +## Regression? + +- [ ] Yes +- [ ] No + +[If yes, specify the version the behavior has regressed from] + +## Risk + +- [ ] High +- [ ] Medium +- [ ] Low + +[Justify the selection above] + +## Verification + +- [ ] Manual (required) +- [ ] Automated + +## Packaging changes reviewed? + +- [ ] Yes +- [ ] No +- [ ] N/A + +---- + +## When servicing release/2.1 + +- [ ] Make necessary changes in eng/PatchConfig.props diff --git a/.azuredevops/pull_request_template/minimal.md b/.azuredevops/pull_request_template/minimal.md index cee383576e93..8533464e2216 100644 --- a/.azuredevops/pull_request_template/minimal.md +++ b/.azuredevops/pull_request_template/minimal.md @@ -1,7 +1,7 @@ # {PR title} Summary of the changes (Less than 80 chars)