Skip to content

Pull Request guideliness

Gonzalo Dominguez edited this page Dec 7, 2017 · 1 revision

Contribution requirements

  1. Contributions must adhere to Magento coding standards.
  2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances that a pull request is merged quickly and without additional clarification requests.
  3. Commits must be accompanied by meaningful commit messages.
  4. PRs that include bug fixing must be accompanied by the creation of an issue describing the bug following this Issue reporting guidelines.
  5. For large features or changes, please open an issue and discuss first. This may prevent duplicate or unnecessary effort, and it may gain you some additional contributors.