Skip to content

Commit 3adb9df

Browse files
bergmeisterJamesWTruher
authored andcommitted
Add simple GitHub Pull Request template based off the one for PowerShell Core (#866)
* Add simple GitHub Pull Request template based off the one for PowerShell Core * update pr template with help for people that are not familiar with markdown * remove powershell core specific links * fix typo
1 parent d918da8 commit 3adb9df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## PR Summary
2+
3+
<!-- summarize your PR between here and the checklist -->
4+
5+
## PR Checklist
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

0 commit comments

Comments
 (0)