# Contributing to MoonBit Marine Biogeochemical Box Model Engine

Thank you for your interest in contributing to `moonbit-biogeochem`!

## Code Guidelines
1. All core engine logic must be written in idiomatic MoonBit (`.mbt`).
2. Run `moon fmt` before submitting changes.
3. Ensure zero warnings with `moon check --deny-warn`, then refresh interfaces with `moon info`.
4. Add corresponding unit tests for new modules.

## License
By contributing to this repository, you agree that your contributions will be licensed under the Apache License 2.0.
