Skip to content
Snippets Groups Projects
Commit 115d8783 authored by D'Abrantes, Felipe (UG - Comp Sci & Elec Eng)'s avatar D'Abrantes, Felipe (UG - Comp Sci & Elec Eng)
Browse files

Merge branch '11-docs-how-to-merge-request-in-gitlab' into 'main'

Resolve "(Docs) How to merge request in GitLab"

Closes #11

See merge request !3
parents bc6fda73 47a1ba5a
No related branches found
No related tags found
1 merge request!3Resolve "(Docs) How to merge request in GitLab"
Showing with 47 additions and 0 deletions
.DS_Store 0 → 100644
File added
# How To: Contribute to this Repo
This documentation article provides a simple explaination about how to contribute to this repo covering all the GitLab and VSCode ends of things.
## Step 1: Create an Issue
What are you trying to do?
Create an issue
<img src="Images/Screenshot 2023-03-10 at 12.14.58.png"/>
Fill out the details
<img src="Images/Screenshot 2023-03-10 at 12.30.33.png" />
## Step 2: Create a merge request (MR)
This will create the bracnh that you'll use to develop on.
Click this:
<img src="Images/Screenshot 2023-03-10 at 12.32.53.png"/>
Fill out the details:
<img src="Images/Screenshot 2023-03-10 at 12.36.35.png" />
<img src="Images/Screenshot 2023-03-17 at 19.24.06.png" />
## Step 3: Checkout the branch & Make the change
Click the button to copy the branch name
<img src="Images/Screenshot 2023-03-17 at 17.11.44.png">
- Open Your code editior, in the case Visual Studio Code (VSCode) and use git to checkout that branch:
- In VSCode hit CRTL (Or CMD) + Shift + P to open the Command Palette.
- Type "Git: Checkout" and select "Git: Checkout to..."
<img src="Images/Screenshot 2023-03-17 at 17.18.33.png"/>
Next, enter origin/yourbranchnamehere and hit enter to checkout your branch. With your branch checked out, you can now make changes to your local copy of the branch.
<img src="Images/Screenshot 2023-03-17 at 17.20.13.png"/>
Commit the changes, and push the changes to sync your local branch with the Gitlab copy (the origin).
## Step 4: Request a merge review
Finilay, Once you are happy with your changes, complete your MR and assign it as "ready" for reviewing.
<img src="Images/Screenshot 2023-03-17 at 17.25.44.png"/>
## Step 5: Done! Send a message on the chat asing for a review
\ No newline at end of file
Docs/Images/Screenshot 2023-03-10 at 12.14.58.png

516 KiB

Docs/Images/Screenshot 2023-03-10 at 12.30.33.png

474 KiB

Docs/Images/Screenshot 2023-03-10 at 12.32.53.png

428 KiB

Docs/Images/Screenshot 2023-03-10 at 12.36.35.png

446 KiB

Docs/Images/Screenshot 2023-03-10 at 14.23.13.png

284 KiB

Docs/Images/Screenshot 2023-03-17 at 17.11.44.png

230 KiB

Docs/Images/Screenshot 2023-03-17 at 17.18.33.png

231 KiB

Docs/Images/Screenshot 2023-03-17 at 17.20.13.png

163 KiB

Docs/Images/Screenshot 2023-03-17 at 17.25.44.png

197 KiB

Docs/Images/Screenshot 2023-03-17 at 19.24.06.png

144 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment