Contributing to Django Chain¶
Thank you for your interest in contributing!
Code Style¶
- Follow PEP 8 and Django coding conventions
- Use type hints and docstrings for all public functions/classes
Running Tests¶
- Install development dependencies:
pip install -r requirements-dev.txt
- Run tests:
pytest
Submitting Issues and Pull Requests¶
- Open an issue for bugs or feature requests
- Fork the repo and submit a pull request for changes
- Ensure your code passes all tests and linters
See the API Reference for more details on the codebase.