Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 295 Bytes

File metadata and controls

7 lines (6 loc) · 295 Bytes

Contributing

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