Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

Contribution Guidelines

Repository setup:

Making changes:

  • create a branch from develop branch
  • name of the branch shoul be something like: feature/GITHUB-ISSUE-ID-slug (eg: feature/50-configprovider-update)
  • your code changes should follow Magento2 coding standard
  • including unit tests is encouraged

Pull Request:

  • open the PR to develop branch
  • if there is no issue referenced, add a description about the problem and the way it is being solved
  • Allow edits from maintainers

Contribution to refactoring:

  • branch should be created from refactoring
  • code changes should follow Magento2 coding standard
  • include unit tests
  • open the Pull Request
  • check that git workflows checks have passed