Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 394 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 394 Bytes

Contributing

Want to contribute? Awesome! Thank you so much.

How?

  1. Fork it
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Commit changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request