Contributing to Starlight

Contributions are welcome.

Branch policy

The master brancharrow-up-right is a supported version per our security policyarrow-up-right. Please make all pull requests against this version, unless you have a specific reason to branch off of another branch.

Commit policy

We will prefer if your commit messages can please follow the Conventional Commitsarrow-up-right specification. Some examples of good commit messages include:

  • feat(code): proofs presented in more compact form

  • fix: remove appending of '1' to inputs

  • refactor(parser): new api used

Last updated