Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 655 Bytes

As we work as a team, so we should follow some guidelines to meet the code standards and make readable and maintainable.

Setup Process

will be updated soon!

Tips

  • You MUST create your branch from the issue page.
  • We will follow Git Flow.
  • Based on Git Flow, so every issue should be in separate pull request
  • Commit MUST be like that [module] then describe your work for example: [product] filter products based on date.
  • Commit MUST focus on one feature at once, please don't work on many aspects in one commits.
  • Make sure your pull request has passed the pipelines
    • Code Style with php-cs-fixer
    • Static Analysis by Psalm