Thank you for your interest in contributing!
By submitting a pull request or otherwise contributing to this repository, you agree that your contributions are licensed under both the Apache 2.0 and MIT licenses, the same as the Osiris project itself.
Please ensure all commits comply with these licensing terms and include proper attribution where applicable.
- Fork or create a feature branch (e.g.,
feature/,fix/,test/) based on themainbranch. - Make your changes with clear, descriptive commit messages.
- Write tests and proofs for your changes.
- Ensure that all tests and all proofs pass.
- Run the formatter.
- Open a merge request with a clear description of your changes. (reference the issue that gets resolved by the PR, if any.)