diff --git a/README.md b/README.md index 969446238441d0b8e11ea81490359d3e4ad7d0a3..13319b3bc3b9cf74759249ccac408e8b8ed51bc7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # RAN2 Trial - - ## Scope The intention of the plan is to try out CR handling. Namely preparing a CR, receiving comments, update the CR based on those comments and approve/reject/postpone a CR. The figure below depicts the main steps in way of working that can be different with Gitlab. @@ -11,6 +9,12 @@ The intention of the plan is to try out CR handling. Namely preparing a CR, rece ## The trial Interested delegates can login to the 3GPP forge and enter the repository to start playing around with the environment. We think the trial can be open in the sense that delegates can play around without restrictions, however there are a few things which we would highlight hereafter to take into account during the trial. Other options are available and thus this document does not limit what one can do but can give some direction for those new into the tools involved in this trial. For those that would want to get familiar with the git commands and how to perform the steps below via such commands, one can refer to the [Gitlab documentation](https://docs.gitlab.com/user/get_started/). +### Before you start + +Your display name shown on your comments, commits, merge requests, etc. in this tool is by default your ETSI-account user ID. Your colleagues in other companies will likely not know your ETSI user ID so therefore it is good to change your display name to your actual name and company affiliation. To do this, you need to go to "Edit Profile" and change your "Full name". See figure below. + +![](./figures/Change-user-ID.png) + ## Provide comments to CRs On the left side menu, you can click on the option “Merge requests” (or one can directly go to the [link for merge requests](https://forge.3gpp.org/rep/bergstromm/ran2_trial/-/merge_requests)). A list of all available CRs (here called “merge requests”) should appear. Click in one of the CRs, which should depict the CR overview as below. diff --git a/figures/Change-user-ID.png b/figures/Change-user-ID.png new file mode 100644 index 0000000000000000000000000000000000000000..3040538c6e5fe4f4274ea98264d6ef7b92edccdc Binary files /dev/null and b/figures/Change-user-ID.png differ