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.
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
On Windows PowerShell run:
./build.ps1On OSX/Linux run:
.\build.shOn Windows PowerShell run:
./build.ps1 --target=websiteOn OSX/Linux run:
./build.sh --target=websiteSee Cake.Recipe documentation how to create a new release of this addin.