Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 710 Bytes

Contribution instructions

Shipping a new functionality

  1. You can only contribute on master branch.
  2. Fork this repo.
  3. Pull latest master branch.
  4. Contribute something great.
  5. Don't forget to write unit/integration/e2e/stress test.
  6. Create pull request of your branch to master branch.
  7. Wait for Travis CI test to be passed.
  8. Wait for reviewer to review pull request file changes (This process can take upto few day's so relax).
  9. Wait for admistrator to merge pull request with master branch.
  10. After doing all above steps now wait to see your changes in master and in production (This process can takes upto few weeks or months when we RELEASED new version).

Happy Contributing