Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 308 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 308 Bytes

Contribution Guideline

Making a contribution

  1. Fork the repo if you do not have write access
  2. Clone the remote (fork) from GitHub
  3. Create a branch named <yourgithubusername>/<yourfeature>
  4. Make one or more atomic commits
  5. Make sure the tests pass locally
  6. Create a pull-request on GitHub