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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Below in **Overall Changes**, check off the boxes that apply to your PR. Within
12
12
### General
13
13
-[ ] Title of the PR is clear and informative
14
14
-[ ] There are a small number of commits that each have an informative message
15
-
-[ ] If it applies, references the bug that the PR fixes
15
+
-[ ] If it applies, references the bug/issue that the PR fixes
16
16
-[ ] All files have the Microsoft copyright header
17
17
-[ ] Cmdlets refer to management libraries through nuget references - no dlls are checked in
18
18
-[ ] The PR does not introduce breaking changes (unless a major version change occurs in the assembly and module)
@@ -27,7 +27,7 @@ Below in **Overall Changes**, check off the boxes that apply to your PR. Within
27
27
-[ ] Tests should use Start-Sleep to pause rather than Thread.Sleep
28
28
29
29
### Cmdlet Signature
30
-
-[ ] Cmdlet name uses an approved PowerShell verb - use the enumbs for `VerbsCommon`, `VerbsCommunication`, `VerbsLifecycle`, `VerbsOther` whenever possible
30
+
-[ ] Cmdlet name uses an approved PowerShell verb - use the enums for `VerbsCommon`, `VerbsCommunication`, `VerbsLifecycle`, `VerbsOther` whenever possible
31
31
-[ ] Cmdlet noun name uses the AzureRm prefix for management cmdlets, and the Azure prefix for data plane cmdlets
32
32
-[ ] Cmdlet specifies the `OutputType` attribute if any output is produced; if the cmdlet produces no output, it should implement a `PassThrough` parameter
33
33
-[ ] If the cmdlet makes changes or has side effects, it should implement `ShouldProcess` and have `SupportShouldProcess = true` specified in the cmdlet attribute. See a discussion about correct `ShouldProcess` implementation [here](https://gist.github.com/markcowl/338e16fe5c8bbf195aff9f8af0db585d#what-is-the-change)
0 commit comments