Follow the typical steps to contribute code:
- Create your feature branch:
git checkout -b my-new-feature - Build and run the add-on as described above.
- Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.