Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 398 Bytes

File metadata and controls

9 lines (7 loc) · 398 Bytes

Contributing

Follow the typical steps to contribute code:

  1. Create your feature branch: git checkout -b my-new-feature
  2. Build and run the add-on as described above.
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.