add READ
This commit is contained in:
20
README.md
20
README.md
@@ -19,12 +19,18 @@ This is a code block example
|
||||
|
||||
## How to use the Git-Workflow
|
||||
|
||||
|
||||
- [ ] [git clone the repo/ git pull to ensure you have the latest changes]
|
||||
- [ ] [open an issue and assign it to someone to accept changes]
|
||||
- [ ] [writing bulletpoints]
|
||||
- [ ] [writing bulletpoints]
|
||||
- [ ] [writing bulletpoints]
|
||||
- [ ] [writing bulletpoints]
|
||||
Please follow the below steps to add content to the Repo. The main branch is a proteced branch, which is why you need/want to follow the steps below. If something is unclear, dont hesitate to ask Kate or Greta.
|
||||
|
||||
|
||||
- [ ] [In the Terminal: git clone the repo/ git pull to ensure you have the latest changes]
|
||||
- [ ] [On the Repo Webpage: cick on "Issues" (left side) and create a "New issue" ]
|
||||
- [ ] [--> add a title for the issue and add a description if you want]
|
||||
- [ ] [--> click on "Create Merge Request". It will autmatically refer to the issue that you openend and will close this issue if the MR is accepted. It will also delete the created branch after the MR is accepted if the box is checked (usually default)]
|
||||
- [ ] [--> The merge request will be created and will be in a state "Draft"]
|
||||
- [ ] [In the Terminal: git pull again, as a new branch was created with the opened Merge request]
|
||||
- [ ] [--> git checkout 'new_branch_name']
|
||||
- [ ] [--> git status , check you are on the new branch]
|
||||
- [ ] [In the Terminal: git pull again, as a new branch was created with the opened Merge request]
|
||||
- [ ] [In the Terminal: git pull again, as a new branch was created with the opened Merge request]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user