Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 668 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 668 Bytes

1. fork

You need for ezyfox to your Github

2. create a pull request with policies:

  • must include only one feature or update
  • must create a new branch for the feature or update
  • must include unit test and coverage 100%
  • should have 6 files or less
  • don't change old code style if it has no problem

3. resolve review comment if we have any

Please don't use force push after push resolved comments code

4. if everything is ok, we will merge it

We will merge to dev branch first

5. done