Skip to content

Commit a6839a0

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 38d24d8 commit a6839a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Below in **Overall Changes**, check off the boxes that apply to your PR. Within
1212
### General
1313
- [ ] Title of the PR is clear and informative
1414
- [ ] 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
1616
- [ ] All files have the Microsoft copyright header
1717
- [ ] Cmdlets refer to management libraries through nuget references - no dlls are checked in
1818
- [ ] 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
2727
- [ ] Tests should use Start-Sleep to pause rather than Thread.Sleep
2828

2929
### 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
3131
- [ ] Cmdlet noun name uses the AzureRm prefix for management cmdlets, and the Azure prefix for data plane cmdlets
3232
- [ ] Cmdlet specifies the `OutputType` attribute if any output is produced; if the cmdlet produces no output, it should implement a `PassThrough` parameter
3333
- [ ] 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

Comments
 (0)