Thank you for taking an interest in contributing to Fury. This document will soon provide more information on contributing to Fury.
A prerequisite for making any contribution which is included in Fury is to sign the Contributor License Agreement ("CLA"). You can do this online using your GitHub account. To get started, sign the CLA.
Before committing, please remember to run auto-formatter on the code scalafmt src/
.
You can enable a pre-commit hook that will check it for you with:
ln -s ../../etc/pre-commit .git/hooks/pre-commit