Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61ea696

Browse files
authoredJun 16, 2020
Merge pull request #53 from magento/develop-fwd
Merge develop into 1.0
2 parents b84f68d + f4c17d1 commit 61ea696

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,18 @@
3030
1. ...
3131
2. ...
3232

33+
### Release notes
34+
35+
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).
36+
37+
### Associated documentation updates
38+
<!--
39+
If your proposed update requires user documentation, submit a PR to the Magento DevDocs repository. For extensive updates requiring assistance, submit an issue to DevDocs. See https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md.
40+
-->
41+
Add link to Magento DevDocs PR or Issue, if needed.
42+
3343
### Contribution checklist
3444
- [ ] Pull request has a meaningful description of its purpose
45+
- [ ] Pull request introduces user-facing changes and includes meaningful updates for any required release notes and documentation changes
3546
- [ ] All commits are accompanied by meaningful commit messages
3647
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
37-
- [ ] All automated tests passed successfully (all builds on Travis CI are green)

0 commit comments

Comments
 (0)
Please sign in to comment.