Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 289 Bytes

CONTRIBUTE.md

File metadata and controls

16 lines (16 loc) · 289 Bytes

Contributing

  1. Fork it!
  2. Create your own branch with
git checkout -b my-new-branch
  1. Make your changes.
  2. Commit your changes with
git commit -am 'added some feature'
  1. Push to the branch with
git push origin my-new-branch
  1. Submit a pull request. 😄