Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 635 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 635 Bytes

How to contribute to this project

Before creating PR

  1. Fork the repo
  2. Create a branch with the name of the ticket that you are working on
  3. Make sure you can run the tests
  4. Do your changes covered with unit tests
  5. Run the tests again and make sure coverage didn't decrease
  6. Commit & push your code

Process for merging a PR

  1. Open a PR from your branch on your fork to the main master branch
  2. We will review your code
  3. Once we approve your code go ahead and merge it
  4. A build will trigger automatically

After PR merged

  1. We will release a new version with your changes
  2. We will update on the PR