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
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,11 @@
4
4
5
5
## PR Checklist
6
6
7
-
Note: Tick the boxes below that apply to this pull request by putting an `x` between the square brackets. Please mark anything not applicable to this PR `NA`.
8
-
9
-
-[ ] PR has a meaningful title
10
-
-[ ] Use the present tense and imperative mood when describing your changes
11
-
-[ ] Summarized changes
12
-
-[ ] User facing documentation needed
13
-
-[ ] Change is not breaking
14
-
-[ ] Make sure you've added a new test if existing tests do not effectively test the code changed
15
-
-[ ] This PR is ready to merge and is not work in progress
16
-
- 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
7
+
-[ ][PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
8
+
- Use the present tense and imperative mood when describing your changes
-[ ][Change is not breaking](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)
11
+
-[ ][Make sure all `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
12
+
-[ ] Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
13
+
-[ ] 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).
14
+
- 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.
0 commit comments