You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
### Fixed Issues (if relevant)
18
18
<!---
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-docker#<issue_number>.
20
20
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
21
21
-->
22
22
1. magento/magento-cloud-docker#<issue_number>: Issue title
@@ -30,6 +30,17 @@
30
30
1. ...
31
31
2. ...
32
32
33
+
### Release notes
34
+
35
+
For user-facing changes, add a meaningful release note. For examples, see [Magento Cloud Docker release notes](https://devdocs.magento.com/cloud/release-notes/mcd-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
+
33
43
### Contribution checklist
34
44
-[ ] Pull request has a meaningful description of its purpose
45
+
-[ ] Pull request introduces user-facing changes and includes meaningful release notes and documentation
35
46
-[ ] All commits are accompanied by meaningful commit messages
0 commit comments