Skip to content

Contributing

Contributions to CALINS are welcome! If you would like to contribute:

  1. Fork the repository on GitHub
  2. Create a new branch for your feature or bug fix
  3. Make your changes with clear, descriptive commit messages
  4. Add tests if applicable
  5. Ensure all tests pass by running pytest ./tests/test_unitaires.py
  6. 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:

git clone https://github.com/ASNR-fr/CALINS.git
cd CALINS
pip install -e .
pip install pytest  # For running tests