Contributing¶
See the main CONTRIBUTING.md file for detailed contribution guidelines.
Quick Start¶
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Submit a pull request
Development Setup¶
Running Tests¶
Code Style¶
We use: - Black for formatting - isort for import sorting - flake8 for linting
Documentation¶
Help improve the docs! All documentation is in the docs/ folder.
To build docs locally:
Then visit http://localhost:8000