Contributing
Contributions to CALINS are welcome! If you would like to contribute:
- Fork the repository on GitHub
- Create a new branch for your feature or bug fix
- Make your changes with clear, descriptive commit messages
- Add tests if applicable
- Ensure all tests pass by running
pytest ./tests/test_unitaires.py - Submit a pull request with a clear description of your changes
For major changes, please open an issue first to discuss what you would like to change.
Development Setup
For development, install in editable mode: