Skip to content

Commit b475999

Browse files
authored
Update pull request template with doc requirements (#28)
1 parent 5fcf5c6 commit b475999

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Fixed Issues (if relevant)
1818
<!---
19-
If relevant, please provide a list of fixed issues in the format magento/ece-tools#<issue_number>.
19+
If relevant, please provide a list of fixed issues in the format magento/magento-cloud-components#<issue_number>.
2020
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
2121
-->
2222
1. magento/magento-cloud-components#<issue_number>: Issue title
@@ -30,6 +30,17 @@
3030
1. ...
3131
2. ...
3232

33+
### Release notes
34+
35+
For user-facing changes, add a meaningful release note. For examples, see [Magento Cloud Components release notes](https://devdocs.magento.com/cloud/release-notes/mcc-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

0 commit comments

Comments
 (0)