| ... | ... | @@ -19,20 +19,20 @@ Before you start, you will need: |
|
|
|
* To have got a CR number from the TC LI Technical Officer
|
|
|
|
|
|
|
|
# Go to the repository page
|
|
|
|
Go to the [Forge repository](https://forge.etsi.org/rep/li/trial).
|
|
|
|
Go to the [Forge repository](https://forge.etsi.org/rep/li/schemas-definitions).
|
|
|
|
|
|
|
|
From there you need to go to the [Branches page](https://forge.etsi.org/rep/li/trial/-/branches). Select "Repository" from the menu on the left-hand side of the page, and select "[Branches](https://forge.etsi.org/rep/li/trial/-/branchess)".
|
|
|
|
From there you need to go to the [Branches page](https://forge.etsi.org/rep/li/schemas-definitions/-/branches). Select "Repository" from the menu on the left-hand side of the page, and select "[Branches](https://forge.etsi.org/rep/li/schemas-definitions/-/branchess)".
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
# Make a new CR branch
|
|
|
|
The first step is to create a [branch](Conventions/Branching-convention) for your CR. Think of it as the contents of your CR - it's your own special working copy of the repository where you make your changes.
|
|
|
|
|
|
|
|
Create a new branch for your CR by clicking the [New branch](https://forge.etsi.org/rep/li/trial/-/branches/new) button in the top right of the page.
|
|
|
|
Create a new branch for your CR by clicking the [New branch](https://forge.etsi.org/rep/li/schemas-definitions/-/branches/new) button in the top right of the page.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
The [New branch](https://forge.etsi.org/rep/li/trial/-/branches/new) page allows you to specify details for your new branch. Fill in the fields as follows:
|
|
|
|
The [New branch](https://forge.etsi.org/rep/li/schemas-definitions/-/branches/new) page allows you to specify details for your new branch. Fill in the fields as follows:
|
|
|
|
|
|
|
|
| Field | Value |
|
|
|
|
| -- | -- |
|
| ... | ... | @@ -44,7 +44,7 @@ The [New branch](https://forge.etsi.org/rep/li/trial/-/branches/new) page allows |
|
|
|
# Create a Merge Request
|
|
|
|
Before you make any changes, it is important to make a [Merge Request](Conventions/Merge-Request-convention). Think of it as the Forge equivalent to the coversheet on your CR form - it tells the Forge what you actually want to make changes to, and it's needed to keep track of changes and for the [automated testing](Process/Automated-checking) to work.
|
|
|
|
|
|
|
|
Create a Merge Request by going to the [Branches page](https://forge.etsi.org/rep/li/trial/-/branches) and finding the branch you just created. If you can't see it in the list, try typing your CR number into the search bar at the top. If you followed the [branching convention](Conventions/Branching-convention) correctly, it should appear.
|
|
|
|
Create a Merge Request by going to the [Branches page](https://forge.etsi.org/rep/li/schemas-definitions/-/branches) and finding the branch you just created. If you can't see it in the list, try typing your CR number into the search bar at the top. If you followed the [branching convention](Conventions/Branching-convention) correctly, it should appear.
|
|
|
|
|
|
|
|
Once you've found it, hit the "Merge Request" button.
|
|
|
|
|
| ... | ... | |