From b3f924d57043abd3749b9b09f957dc1c33140be2 Mon Sep 17 00:00:00 2001 From: Bartosz Gorski Date: Fri, 2 Apr 2021 02:13:14 +0200 Subject: [PATCH] Included the contribution checklist section in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)