Skip to content

Commit 24e516b

Browse files
Update pull request template (Azure#19170)
* Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
1 parent 3648280 commit 24e516b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
<!-- Please add a brief description of the changes made in this PR -->
5+
<!-- Please add a brief description of the changes made in this PR. If you have an ongoing or finished cmdlet design, please paste the link below. -->
66

77
## Checklist
88

@@ -15,11 +15,11 @@
1515
* A snippet outlining the change(s) made in the PR should be written under the `## Upcoming Release` header in the past tense. Add changelog in description section if PR goes into [`generation`](https://github.com/Azure/azure-powershell/tree/generation) branch.
1616
* Should **not** change `ChangeLog.md` if no new release is required, such as fixing test case only.
1717
* **SHOULD** have approved design review for the changes in [this repository](https://github.com/Azure/azure-powershell-cmdlet-review-pr) ([_Microsoft internal only_](../blob/main/CONTRIBUTING.md#onboarding)) with following situations
18-
* Create new module from the scratch
18+
* Create new module from scratch
1919
* Create new resource types which are not easy to conform to [Azure PowerShell Design Guidelines](../blob/main/documentation/development-docs/design-guidelines)
2020
* Create new resource type which name doesn't use module name as prefix
2121
* Have design question before implementation
2222
* **SHOULD** regenerate markdown help files if there is cmdlet API change. [Instruction](../blob/main/documentation/development-docs/help-generation.md#updating-all-markdown-files-in-a-module)
2323
* **SHOULD** have proper test coverage for changes in pull request.
2424
* **SHOULD NOT** introduce [breaking changes](../blob/main/documentation/breaking-changes/breaking-changes-definition.md) in Az minor release except preview version.
25-
* **SHOULD NOT** change version of module in pull request
25+
* **SHOULD NOT** adjust version of module manually in pull request

0 commit comments

Comments
 (0)