contribution guidelines: Add work in progress guidance (#5655)

Add guidance for submitting PR which are not ready to merge, or work in progress (WIP)
This commit is contained in:
Travis Plunk 2017-12-08 12:14:00 -08:00
parent 9747bf4d7e
commit 1ce6c39c0b
2 changed files with 6 additions and 0 deletions

View File

@ -148,6 +148,10 @@ Additional references:
Even better, all contributors are free to contribute the documentation themselves.
(See [Contributing to documentation related to PowerShell](#contributing-to-documentation-related-to-powershell) for more info.)
### Pull Request - Work in Progress
* If your pull request is not ready to merge, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready.
#### Pull Request - Automatic Checks
* If this is your first contribution to PowerShell,

View File

@ -13,3 +13,5 @@ Note: Please mark anything not applicable to this PR `NA`.
- [ ] [Change is not breaking](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)
- [ ] [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)
- [ ] [Add `[feature]` if the change is significant or affectes feature tests](https://github.com/PowerShell/PowerShell/blob/master/docs/testing-guidelines/testing-guidelines.md#requesting-additional-tests-for-a-pr)
- [ ] 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).
- 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.