Packages

Spherical geometry, vector/matrix math, circular statistics, Kepler mechanics, and time-scale helpers for Elixir.

Current section

Files

Jump to
astro_utils CONTRIBUTING.md
Raw

CONTRIBUTING.md

# Contributing
Thanks for helping improve AstroUtils.
## Development
Run the standard checks before opening a pull request:
```sh
mix format --check-formatted
mix test
mix credo --strict
```
Public functions should include `@spec` and clear documentation. Keep changes
focused, add or update tests for behavior changes, and avoid adding runtime
dependencies unless they are necessary for the library itself.