Our goal is to make contributing to the Libra and Calibra projects easy and transparent.
The repository Calibra Research is meant to share content related to the research projects of Calibra.
To contribute, ensure that you have the latest version of the codebase. To clone the repository, run the following:
$ git clone https://github.com/calibra/research.git calibra-research
$ cd calibra-research
$ cargo build --all --all-targets
$ cargo test
For detailed guidance on how to contribute to the Rust code in the Calibra Research repository refer to Coding Guidelines.
Please refer to the documentation to determine the status of each project (e.g. actively developed vs. archived) before submitting a pull request.
To submit your pull request:
- Fork Calibra's
research
repository and create your branch frommaster
. - If you have added code that should be tested, add unit tests.
- If you have made changes to APIs, update the relevant documentation, and build and test the developer site.
- Verify and ensure that the test suite passes.
- Make sure your code passes both linters.
- Complete the Contributor License Agreement (CLA), if you haven't already done so.
- Submit your pull request.
For your pull requests to be accepted by any Libra and Calibra project, you will need to sign a CLA. You will need to do this only once to work on any Libra open source project. Individuals contributing on their own behalf can sign the Individual CLA. If you are contributing on behalf of your employer, please ask them to sign the Corporate CLA.
Please refer to the Code of Conduct for guidelines on interacting with the community.
Calibra uses GitHub issues to track bugs. Please include necessary information and instructions to reproduce your issue.