Things can change. If you spot any bugs, upgrades or improvements to the code we welcome you to contribute.
- Fork the repository to your account
- more details about how to fork a repo can be found here:
- 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
- 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
- branch should be created from refactoring
- code changes should follow Magento2 coding standard
- open the Pull Request
- check that git workflows checks have passed