Skip to content

Commit

Permalink
Updates PULL_REQUEST_TEMPLATE.md to include a checklist item for addi…
Browse files Browse the repository at this point in the history
…ng a version change label.
  • Loading branch information
supernova-at committed Mar 21, 2019
1 parent 4b82402 commit 17515fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Closes #ISSUE_NUMBER.
<!--- Why is this change required? What problem does it solve? -->


## Verification
## Verification Steps
<!-- Please describe in detail how a reviewer can verify your changes. -->


Expand All @@ -39,7 +39,7 @@ Closes #ISSUE_NUMBER.
<!--- see how your change affects other areas of the code, etc. -->


## Screenshots (if appropriate):
## Screenshots / Screen Captures (if appropriate):


## Proposed Labels for Change Type/Package
Expand All @@ -57,8 +57,9 @@ Closes #ISSUE_NUMBER.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have linked an issue to this PR.
- [ ] I have indicated the change type and relevant package(s).
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] I have proposed a change level by adding one of the `version: Major`, `version: Minor`, or `version: Patch` labels based on the [Public API](https://magento-research.github.io/pwa-studio/technologies/versioning/).
- [ ] I have updated the documentation accordingly, if necessary.
- [ ] I have added tests to cover my changes, if necessary.
- [ ] All new and existing tests passed.
- [ ] All CI checks are green (linting, build/deploy, etc).
- [ ] At least one core contributor has approved this PR.

0 comments on commit 17515fb

Please sign in to comment.