Skip to content

Contributing

Brennan Wallace edited this page May 3, 2017 · 1 revision
  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Test! We provide several and they can be run like any bash script. You may need to write some additional tests as well.
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Clone this wiki locally