Fix rendering for enumeration for doc page
This commit is contained in:
parent
dfc92cd25d
commit
2496f85d46
1 changed files with 4 additions and 3 deletions
|
@ -3,24 +3,25 @@
|
|||
```bash
|
||||
git clone git@example.com:project-name.git
|
||||
```
|
||||
|
||||
2. Create branch with your feature
|
||||
|
||||
```bash
|
||||
git checkout -b $feature_name
|
||||
```
|
||||
|
||||
3. Write code. Comit changes
|
||||
3. Write code. Commit changes
|
||||
|
||||
```bash
|
||||
git commit -am "My feature is ready"
|
||||
```
|
||||
|
||||
4. Push your branch to GitLab
|
||||
|
||||
|
||||
```bash
|
||||
git push origin $feature_name
|
||||
```
|
||||
|
||||
5. Review your code on Commits page
|
||||
5. Review your code on commits page
|
||||
6. Create a merge request
|
||||
7. Your team lead will review the code & merge it to the main branch
|
||||
|
|
Loading…
Reference in a new issue