You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All future development will take place in this repository.
As part of this transition, all users have been moved to the Reporter role on the GitLab repository. You can still view content and participate in discussions by commenting on issues and merge requests. However:
The GitLab repository will remain available as a mirror and will continue to receive updates on the develop branch.
Direct code pushes to the GitLab repository are no longer permitted.
CI has been disabled on GitLab.
Contribution
The contribution guidelines have been updated. Before opening a Pull Request, please review the documentation:
Please ensure that your contributions comply with the updated contribution process, EasyCLA requirements, and coding style guidelines before requesting review.
GitHub Account Requirements
To ensure a smooth contribution experience, we strongly recommend that all contributors:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are pleased to announce that the Duranta OpenAirInterface repository is now public.
All future development will take place in this repository.
As part of this transition, all users have been moved to the Reporter role on the GitLab repository. You can still view content and participate in discussions by commenting on issues and merge requests. However:
developbranch.Contribution
The contribution guidelines have been updated. Before opening a Pull Request, please review the documentation:
Contributing Guide:
https://github.com/duranta-project/openairinterface5g/blob/develop/CONTRIBUTING.md
EasyCLA Process:
All contributors must complete the EasyCLA process before their contributions can be accepted. Please refer to:
https://github.com/duranta-project/governance/blob/main/docs/easy_cla_process.md
Code Style and Contribution Guidelines:
https://github.com/duranta-project/openairinterface5g/blob/develop/doc/code-style-contrib.md
Please ensure that your contributions comply with the updated contribution process, EasyCLA requirements, and coding style guidelines before requesting review.
GitHub Account Requirements
To ensure a smooth contribution experience, we strongly recommend that all contributors:
What Do I Need To Do?
If You Are a User
developbranch and will remain available as a mirror of the GitHub repository.If You Are a Developer
All code contributions must now be made through GitHub Pull Requests.
1. Create a Fork
https://github.com/duranta-project/openairinterface5g/
2. Update Your Local Repository
Rename your existing GitLab remote (typically
origin):Add your GitHub fork as the new default remote:
where
<URL>is the SSH URL of your GitHub fork.Synchronize your repository:
Push your branch to your fork:
where
<branch>is the branch you want to contribute.3. Create a Pull Request
Continuous Integration (CI)
The CI workflow remains largely unchanged:
Apart from the GitHub UI change, the contribution workflow remains the same as before.
Additional Resources
If you are unfamiliar with GitHub forks and Pull Requests, please refer to:
Beta Was this translation helpful? Give feedback.
All reactions