Contributing to Starlight
Contributions are welcome.
Branch policy
The master branch is a supported version per our security policy. 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 Commits specification. Some examples of good commit messages include:
feat(code): proofs presented in more compact formfix: remove appending of '1' to inputsrefactor(parser): new api used
Last updated