Skip to content
代码片段 群组 项目
提交 2496f85d 编辑于 作者: Robert Schilling's avatar Robert Schilling
浏览文件

Fix rendering for enumeration for doc page

上级 dfc92cd2
No related branches found
No related tags found
无相关合并请求
......@@ -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
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册