Request a review

This assumes that you are using Gitlab web IDE to edit the wiki, and have new content ready to be reviewed.

Review your edit

Before submission, you can check once again all the updates that you want to add to the wiki.

On the left menu, click on the forth icon from the top. This should show you all modified files and folders.

  • File with letter ‘M’ in yellow color indicates that it is edited
  • File with letter ‘A’ in green color indicates that it is created.
  • File with letter ‘D’ in red color and been strikethrough indicates that it is deleted.

Click on a file here would highlight what has been changed

Create a review request (merge request)

After done verifying your edited content, follow these steps to complete a review request

1. Save changes

The version (branch) named main is reversed for the official published content, and is locked from any direct change. As such, you have to create your own version to save your updated content.

1.1. In the left menu, select the forth icon from the top

1.2. Click on the down arrow next to the text “Commit to ‘main’” and select “Commit to a new branch”

1.3. A new textbox would be opened at the top of the web IDE. Enter your version name. You can only use alphanumeric letters, underscore (_) and hyphen (-). It is adviced to use your name + date of update as version name, as shown in the screenshot.

1.4. Press “Enter” to Confirm. All your changes should be saved to Gitlab under the new version name.

1.5. If you want to continue to add more update, continue to edit in the web IDE and repeat step 1.4 to add more changes to your version.

2. Specify reviewer

2.1. Go back to https://git.tsp.dev/tsp/wiki . You should see a message at the top to create a merge request/review request for your last changes.

2.2. Click on the button ‘Create merge request’. You should see the next screen to check your request for review

2.3. Modify the request to include meaningful information, including

  • A brief title of what is changes (e.g. ‘update HR policies’)
  • Under the input field ‘Assignee’, select ‘Assign to me’
  • Under the input field ‘Reviewer’, find and select ‘Khasali M’ The final result should look like this

2.4. Click on the button “Create merge request” at the bottom of the page to complete your request for review.

Next steps