Commit 2496f85d authored by Robert Schilling's avatar Robert Schilling

Fix rendering for enumeration for doc page

parent dfc92cd2
......@@ -3,13 +3,14 @@
```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"
......@@ -21,6 +22,6 @@
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment