From f4c17d1bd49c1b77882b98b3240859c4246e7887 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Mon, 15 Jun 2020 14:56:54 -0500 Subject: [PATCH] Add doc requirements to PR template (#50) --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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)