- Fork the repository and create a feature branch.
- Create the conda environment with mamba:
mamba env create -f environment.yml && conda activate methane - Install pre-commit hooks:
pre-commit install. - Commit your changes with clear messages.
- Open a pull request.