diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 065fdfc1f22..feafdc4702f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,7 +29,7 @@ Closes #ISSUE_NUMBER. -## Verification +## Verification Steps @@ -39,7 +39,7 @@ Closes #ISSUE_NUMBER. -## Screenshots (if appropriate): +## Screenshots / Screen Captures (if appropriate): ## Proposed Labels for Change Type/Package @@ -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.