diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index af5ee0b..6296a36 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,8 +30,18 @@ 1. ... 2. ... +### Release notes + +For user-facing changes, add a meaningful release note. For examples, see [Magento Cloud Patches release notes](https://devdocs.magento.com/cloud/release-notes/mcp-release-notes.html). + +### Associated documentation updates + +Add link to Magento DevDocs PR or Issue, if needed. + ### Contribution checklist - [ ] Pull request has a meaningful description of its purpose + - [ ] Pull request introduces user-facing changes and includes meaningful updates for any required release notes and documentation changes - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - - [ ] All automated tests passed successfully (all builds on Travis CI are green)