From 30dad4aff2ccb2b52f685c13a9d6bb42a79479b5 Mon Sep 17 00:00:00 2001 From: "Mattias Bergstrom (Ericsson)" Date: Thu, 6 Mar 2025 06:30:52 +0000 Subject: [PATCH] Editorial changes to the readme file. (cherry picked from commit 2352d202165313d6bad425f4f6cb23769dcaec63) Co-authored-by: Oskar Myrberg (Ericsson) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9694462..1baa607 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In the “Overview” tab one can see the usual coversheet elements of the CR. I Once the comment is done one can click on “Add comment now” to insert the comment. ## Create CRs -On the trial repository, in the top right, select the vertical ellipsis and select “Request Access”. +On the trial repository, in the top right, click on the three-dot-menu and select “Request Access”. ![](./figures/request_access.png) @@ -33,7 +33,7 @@ On the trial repository in the top right, select “Edit” and then “Open in ![](./figures/edit_view.png) -When all the modifications are done, one can click on the branch icon and see all the changes performed. Under “Commit message” write a one sentence summary of your CR. Then on the right of “Commit and push to ‘main’”, one can click on the down arrow icon and an option should appear to “Commit to new branch”. Once that option is clicked you should write the name of the new branch i.e. a CR tittle (note that there should be no spaces between words names, - can be used instead e.g. this-is-the-CR-tittle). +When all the modifications are done, one can click on the branch icon and see all the changes performed. Under “Commit message” write a one sentence summary of your CR. Then on the right of “Commit and push to ‘main’”, one can click on the down arrow icon and an option should appear to “Commit to new branch”. Once that option is clicked you should write the name of the new branch i.e. a CR title (note that there should be no spaces between words names, - can be used instead e.g. this-is-the-CR-title). ![](./figures/commit_view.png) -- GitLab