Skip to content

Commit d507f5b

Browse files
authored
Update PR template to be more similar to the one of PowerShell but still distinguish where necessary (#1077)
1 parent 0d81244 commit d507f5b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44

55
## PR Checklist
66

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
9+
- [ ] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
10+
- [ ] [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

Comments
 (0)