From eac7a057f916c4eb4eb57a99a921ef00209ef417 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <deepaklorkhatri7@gmail.com> Date: Wed, 31 Jan 2024 16:21:37 +0530 Subject: [PATCH] Update content --- contrib/index.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/contrib/index.rst b/contrib/index.rst index 023f7cb..ea78709 100644 --- a/contrib/index.rst +++ b/contrib/index.rst @@ -89,11 +89,8 @@ Now you have to select a file and start editing. Below image shows some, .. image:: media/make-edits.png :align: center -Just like you do on your normal Visual Studio Code desktop application, to commit your changes you can either click on Source -control ( :fa:`code-branch;pst-color-secondary` ) button or press ``CTRL + SHIFT + G`` to see all the edited fils. - -.. image:: media/make-edits.png - :align: center +.. tip:: Just like you do on your normal Visual Studio Code desktop application, to commit your changes you can either + click on Source control ( :fa:`code-branch;pst-color-secondary` ) button or press ``CTRL + SHIFT + G`` to see all the edited fils. After swithing to source control you have to, @@ -127,20 +124,23 @@ two button, .. image:: media/commit-success.png :align: center -If you click on ``Go to Project`` button, you'll see the commit successfully applied and the -green tick shows that the CI build was also successful. +If you click on ``Go to Project`` button, you'll see the commit successfully applied as shown in the red box in the image below and the +green tick shows on the right side indicates that the CI build was also successful. .. image:: media/commit.png :align: center -**Congratulations!! you have made a valuable contribution to an OpenBeagle project!** +.. admonition:: Congratulations!! + + You have made a valuable contribution to an OpenBeagle project! -Create a Pull Request +Create a pull request ********************** -After making your changes and commiting them to your forked repo, you are set to create a new Pull Request / Merge Request -so that those changes can be merged to upstream repo. To start your new PR click on the dedicated button to create a new -merge request and fill out all the details. The image below shows all the feilds you have to update, +After making your changes and commiting them to your forked repo, you are set to create a new `pull request / merge request +<https://en.wikipedia.org/wiki/Distributed_version_control#Pull_requests>`_ so that those changes can be merged to upstream +repo. To start your new PR click on the dedicated button to create a new merge request and fill out all the details. The image +below shows all the feilds you have to update, 1. Provided a good title that reflects your work. 2. Add a detailed description of the work you have done. Add pictures whenever seems useful. -- GitLab