Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 281 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 281 Bytes

CONTRIBUTOR TO CRYPTKHEN

How Can I Contribute?

  • Fork it!
  • Create a new branch: git checkout -b my-new-feature
  • Commit the changes: git commit -am 'Add some features'
  • Push to a branch on the remote: git push origin my-new-feature
  • Make a pull request