Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 778 Bytes

Contribution Guidelines

Repository setup:

Making changes:

  • 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 PrestaShop 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.