Loading README.md +12 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Thank you for contributing to this project. Please follow the guidelines below t Each contribution should be made in the appropriate directory: - **EdgeCloud Adapters** → `src/edgecloud/clients/` - **Network Adapters** → `src/network/clients/` - **O-RAN Adapters** → `src/o-ran/clients/` ### Testing (Mandatory) To merge a feature branch into `main`, the adapter **must pass the unit tests**. Instructions to do so available at [TESTING.md](docs/TESTING.md) Loading Loading @@ -43,6 +44,17 @@ Example: feature/add-network-open5gs ``` #### 📶 O-RAN Adapters Branch Name Format: ``` feature/add-oran-<SOLUTION_NAME> ``` Example: ``` feature/add-oran-juniper ``` ## Sequence Diagram Example Refer to the sequence diagram example from `docs/workflows/edgecloud/get_av_zones.md` for guidance on workflow structure: Loading Loading
README.md +12 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Thank you for contributing to this project. Please follow the guidelines below t Each contribution should be made in the appropriate directory: - **EdgeCloud Adapters** → `src/edgecloud/clients/` - **Network Adapters** → `src/network/clients/` - **O-RAN Adapters** → `src/o-ran/clients/` ### Testing (Mandatory) To merge a feature branch into `main`, the adapter **must pass the unit tests**. Instructions to do so available at [TESTING.md](docs/TESTING.md) Loading Loading @@ -43,6 +44,17 @@ Example: feature/add-network-open5gs ``` #### 📶 O-RAN Adapters Branch Name Format: ``` feature/add-oran-<SOLUTION_NAME> ``` Example: ``` feature/add-oran-juniper ``` ## Sequence Diagram Example Refer to the sequence diagram example from `docs/workflows/edgecloud/get_av_zones.md` for guidance on workflow structure: Loading