contributing.md

March 13, 2020 ยท View on GitHub

Contributing to Fury

Thank you for taking an interest in contributing to Fury. This document will soon provide more information on contributing to Fury.

Contributor License Agreement

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.

Code formatting

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