Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 701 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 701 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

Release

See Cake.Recipe documentation how to create a new release of this addin.