8000 Make it clearer how and what to mark as not applicable · PowerShell/PowerShell@0f47a2e · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 0f47a2e

Browse files
committed
Make it clearer how and what to mark as not applicable
1 parent f906e9d commit 0f47a2e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44

55
## PR Checklist
66

7-
Note: Please mark anything not applicable to this PR `NA`.
8-
97
- [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
108
- [ ] Use the present tense and imperative mood when describing your changes
119
- [ ] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
12-
- [ ] User facing [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
13-
- [ ] Issue filed - Issue link:
1410
- [ ] [Change is not breaking](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)
15-
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
16-
- [ ] [Add `[feature]` if the change is significant or affects feature tests](https://github.com/PowerShell/PowerShell/blob/master/docs/testing-guidelines/testing-guidelines.md#requesting-additional-tests-for-a-pr)
1711
- [ ] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
1812
- If the PR is work in progress, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready.
13+
- **User-facing changes**
14+
- [ ] Not Applicable
15+
- **OR**
16+
- [ ] User-facing [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
17+
- [ ] Issue filed - Issue link:
18+
- **Testing - New and feature**
19+
- [ ] Not Applicable
20+
- **OR**
21+
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
22+
- [ ] [Add `[feature]` if the change is significant or affects feature tests](https://github.com/PowerShell/PowerShell/blob/master/docs/testing-guidelines/testing-guidelines.md#requesting-additional-tests-for-a-pr)

0 commit comments

Comments
 (0)
0