Thank you for your interest in FastEval. We greatly welcome contributions! This document provides information for how to contribute.
Communication: In addition to creating a GitHub issue, you can also find us on the Alignment Lab AI discord server.
Setting up environment: After following the installation instructions in the README, please run the following additional commands to set up the environment for contributing:
pip install -r requirements-dev.txt
pre-commit install
This will set up git so that your contribution will be formatted like the rest of the codebase.