Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 514 Bytes

Contribution Guidelines

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.

Build

To build this package we are using Cake.

On Windows PowerShell run:

./build

On OSX/Linux run:

./build.sh