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
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
<!-- 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