Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

CONTRIBUTE.MD

File metadata and controls

23 lines (18 loc) · 1.06 KB

Contribution Guidelines

Things can change. If you spot any bugs, upgrades or improvements to the code we welcome you to contribute.

Repository setup:

Making changes:

  • create a branch from develop branch
  • name of the branch should be something like: feature/GITHUB-ISSUE-ID-slug (eg: feature/10-magento2.5-update)
  • your code changes should follow Magento2 coding standard

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
  • open the Pull Request
  • check that git workflows checks have passed