Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 285 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 285 Bytes

Basic process to follow when contributing

  1. Checkout a new branch to make your changes on
  2. Make changes to code base
  3. Commit and push changes to branch
  4. Create Pull Request (PR) in Github
  5. Do code review, ask for reviewers, etc.
  6. Squash and Merge into master