Skip to content

Contributing

Thank you for your interest in contributing to Noether!

Please read the CONTRIBUTING.md in the repository root for the full guide.

Quick checklist

  • cargo fmt --all — formatting
  • cargo clippy -- -D warnings — linting
  • cargo test — tests
  • New stdlib stages must include at least one example in their spec
  • Public functions need doc comments

Opening an issue

Use the GitHub issue tracker. Templates are available for bug reports, feature requests, and stdlib stage proposals.