- Fork the repository to your account
- More details about how to fork a repo can be found here.
- Create a branch from the develop branch.
- The name of the branch should be something like:
feature/GITHUB-ISSUE-ID-slug
(eg:feature/50-configprovider-update
) - Your code changes should follow the Symfony coding standard and recommendations for plugin development from Shopware.
- Including unit tests is encouraged.
- 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.