You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Description
4
4
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.-->
6
6
7
7
## Checklist
8
8
@@ -15,11 +15,11 @@
15
15
* 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.
16
16
* Should **not** change `ChangeLog.md` if no new release is required, such as fixing test case only.
17
17
***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
19
19
* Create new resource types which are not easy to conform to [Azure PowerShell Design Guidelines](../blob/main/documentation/development-docs/design-guidelines)
20
20
* Create new resource type which name doesn't use module name as prefix
21
21
* Have design question before implementation
22
22
***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)
23
23
***SHOULD** have proper test coverage for changes in pull request.
24
24
***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