From 22b7d8aaea6c1b59c53770a2565202e52bf884ea Mon Sep 17 00:00:00 2001 From: Matt Kirby <MattJKirby@outlook.com> Date: Fri, 10 Mar 2023 12:40:15 +0000 Subject: [PATCH] Added new docs item --- Docs/ContributionProcess.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Docs/ContributionProcess.md diff --git a/Docs/ContributionProcess.md b/Docs/ContributionProcess.md new file mode 100644 index 00000000..9d2a97db --- /dev/null +++ b/Docs/ContributionProcess.md @@ -0,0 +1,21 @@ +# 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-10 at 12.37.31.png" /> + -- GitLab