This repository uses GitFlow with default configuration.
Development is happening on develop
branch.
To contribute:
- Fork this repository.
- Create a feature branch from
develop
. - Implement your changes.
- Push your feature branch.
- Create a pull request.
To build this package we are using Cake.
On Windows PowerShell run:
./build
On OSX/Linux run:
./build.sh
See Cake.Recipe documentation how to create a new release of this addin.