diff --git a/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc b/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc index 1cd7617..0524b86 100644 --- a/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc +++ b/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc @@ -16,13 +16,12 @@ To make changes in Docs page hosted on GitLab, you have a built-in web editor th === Step 1. Select a page to edit -If you found something on a Docs page you want to edit, navigate to the top right and locate three buttons. On left of the buttons, you see the latest Fedora release. - -- The left button forwards to the version history of the opened Docs page as a reference. -- The middle *edit the page* button opens up a source file for change or update. -- The right button *report an issue* is when you report any change or update required. +- Find a Docs page you want to edit. +- Navigate to the top right and locate three buttons. - Click the middle *edit the page* button to make corrections. +NOTE: The left button forwards to the version history of the opened Docs page as a reference. The right button *report an issue* is when you report any change or update required. + |=== a|image::1CUT-changeIdentified.png[align="center",role=black-border] |=== @@ -119,10 +118,11 @@ In the lower-right corner, you will find three options - *create MR*, *Go to pro .Create MR button image::gitlab-ui/commit.png[] -- Click *Create MR* to create merge request. *Go to project* option is suitable when you made small commits by stage and want to squash them into one. -- *Continue working* is when you want to make smaller commits by sub tasks. If you select *Create MR*, the UI will navigate to merge request. +- Click *Create MR* to create merge request. - Edit the title and the description of the page. -- Scroll down to the blue *Create merge request* button and click it. This will bring up the new merge request. +- Scroll down to the blue *Create merge request* button and click it. + +NOTE: *Go to project* option is suitable when you made small commits by stage and want to squash them into one. *Continue working* is when you want to make smaller commits by sub tasks. If you select *Create MR*, the UI will navigate to merge request. .Merge Request image::gitlab-ui/create-mr.png[]