From 5a3149b77db43cc82498e682f8a2b3b5c3a88b94 Mon Sep 17 00:00:00 2001 From: Patrick Tsai <39485510+Eason1003@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:58:58 +0800 Subject: [PATCH] Update contributing.adoc Add the process of editing web content. --- cti-doc_en/modules/ROOT/pages/contributing.adoc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cti-doc_en/modules/ROOT/pages/contributing.adoc b/cti-doc_en/modules/ROOT/pages/contributing.adoc index 9198595..6de35fd 100644 --- a/cti-doc_en/modules/ROOT/pages/contributing.adoc +++ b/cti-doc_en/modules/ROOT/pages/contributing.adoc @@ -7,23 +7,25 @@ NOTE: This documentation website and the associated material are free under the There are multiple ways to contribute to the documentation. * Adding content -* Translate exisiting content -* Improve content by fixing typo, spelling, formating… +* Translate existing content +* Improve content by fixing typos, spelling, formatting… === How to edit a page To edit the page content do the following thing: -IMPORTANT: To edit content you need to have a https://github.com/[GitHub] account. +IMPORTANT: To edit content you need to have a https://github.com/[GitHub] account. * Go to the page to edit * Click on the `Edit this Page` link at the top right of the page * Edit the file -* Create a Pull Request +* Click the `Commit changes` +* Click `Propose changes` after filling Commit message and Extended description +* Click `Create pull request` [TIP] ==== -The content is writen using the https://asciidoc.org/[AsciiDoc] markup language. +The content is written using the https://asciidoc.org/[AsciiDoc] markup language. To learn the basics and advanced features of this language, visit the https://docs.asciidoctor.org/asciidoc/latest/[AsciiDoc documentation website]. -==== \ No newline at end of file +====