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— formattingcargo clippy -- -D warnings— lintingcargo test— tests- New stdlib stages must include at least one
examplein 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.