We want to make contributing to this project as easy and transparent as possible.
- Create an account on GitHub. Only contributions
against
duranta-project/openairinterface5g/are accepted. - Fork the repository, and open pull requests for your contributions from your fork.
- The contributing policies are described in the corresponding documentation page.
- Sign the CLA either before doing making your first pull request or after submitting the pull request.
- Mandatory signing of all the commits using the email address used for CLA.
Every pull request must pass two CI checks before it can be merged:
-
Developer Certificate of Origin (DCO): Each commit must include a
Signed-off-by:trailer in the commit message. Usegit commit -s(or--signoff). -
Verified commits: Each commit must be cryptographically signed using SSH or GPG keys to confirm its origin.
GitHub supports commit signing using either SSH keys or GPG keys. For the step-by-step setup (key generation, Git configuration, registering the key on GitHub, and verifying signatures locally), see the commit signing section of the Git guide.
NOTE: If your commits are not signed, the CI framework will not accept the PR. For more information regarding contribution guidelines please check this document
By contributing to Duranta, you agree that your contributions will be licensed under
- CSSL v1.0 license: for RAN and UE related source code and test scripts
- CC-BY-4.0: All the documentation
- MIT: Orchestration (helm-charts, docker compose)
Certain files are using different licenses; you can read about them in NOTICE.