diff --git a/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc b/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc index 8a7fe63..190873b 100644 --- a/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc +++ b/modules/ROOT/pages/contributing-docs/tools-gitlab-howto.adoc @@ -1,6 +1,6 @@ = How to make casual contributions Fedora Documentation Team -:revdate: 2023-05-13 +:revdate: 2023-05-14 :page-pagination: [abstract] @@ -120,12 +120,6 @@ Click *Create MR* to create merge request. *Go to project* option is suitable wh *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 merge request* on the banner. - -|=== -a|image::webuibeta-8.png[align="center",width=940,role=black-border] -|=== - Edit the title and the description of the page. Next, scroll down to the blue *Create merge request* button and click it. |=== @@ -140,10 +134,6 @@ Ready to merge by members who can write to the target branch. Your branch (source branch) will be deleted when merge request is accepted. A checkbox for this option is selected by default to avoid stale branch and resultant merge conflict. -|=== -a|image::C-MR.png[align="center",width=940,role=black-border] -|=== - === Step 7. Post MR review Your request to merge changes (MR) will be reviewed by Docs team. You will expect one of the following actions. @@ -158,14 +148,6 @@ Whatever the case it is, MR comments facilitate collaboration between contributo Once your MR is approved, the process is complete. -|=== -a|image::D-CommentsInMR.png[align="center",width=940,role=black-border] -|=== - We appreciate your feedback via GitLab issue board if any documentation bugs are found. -|=== -a|image::E-MRwithComments.png[align="center",width=940,role=black-border] -|=== - Thanks for your contribution!