Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 655 Bytes

Contributing to FastEval

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.