Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

63 lines (39 loc) · 1.02 KB

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.

Building

Prerequisites

General requirements:

  • .NET Core 2.1, .NET Core 3.0, .NET Core 3.1, .NET 5 or .NET 6 for running the build

For building addins:

  • .NET 9 SKD

For building website:

  • Python 3

Building addins

On Windows PowerShell run:

./build.ps1

On OSX/Linux run:

.\build.sh

Start website

On Windows PowerShell run:

./build.ps1 --target=website

On OSX/Linux run:

./build.sh --target=website

Release

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