Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.52 KB

Contributing to Libero

We encourage contributions of any kind. By participating in this project, you agree to abide by the code of conduct.

Contributions of code or documentation are covered by our Contributor License Agreement (CLA). Please sign the CLA or make sure your employer has signed the CLA on your behalf. If you have questions about the CLA please email the team at [email protected].

All Libero repositories will have further instructions in their own CONTRIBUTING.md file.

Code Contributions

The basic steps for code contributions are:

  1. Fork, then clone the repo
  2. Set up your machine and install dependencies
  3. Run all tests and ensure they pass to check your environment is working
  4. Make your change, adding new tests
  5. Run all tests and ensure they pass
  6. Push to your fork and make a pull request

We try to respond to pull requests with an initial comment within 3 working days.

You can help your pull request be accepted by:

To make a larger contribution, create an issue on the Libero repo or start a discussion on the Libero Community Slack. This helps to get early feedback on design and architecture.