diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e4cc968e1b2c..63aaca6aab77 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,3 +30,10 @@ --> 1. ... 2. ... + +### Contribution checklist (*) +- [ ] Pull request has a meaningful description of its purpose +- [ ] All commits are accompanied by meaningful commit messages +- [ ] All new or changed code is covered with unit/integration tests (if applicable) +- [ ] README.md files for modified modules are updated and included in the pull request if any [README.md predefined sections](https://github.com/magento/devdocs/wiki/Magento-module-README.md) require an update +- [ ] All automated tests passed successfully (all builds are green)