🎨 复原一下文档空格

This commit is contained in:
Tw93
2022-11-30 20:24:47 +08:00
parent 269cc77313
commit 7456901b67
3 changed files with 19 additions and 19 deletions

View File

@@ -10,12 +10,12 @@ graph LR
contributions([Develop / Pull requests]) -.-> b_dev;
```
- `dev` branch
- `dev` is the developing branch.
- It's **RECOMMENDED** to commit feature PR to `dev`.
- `master` branch
- `master` is the release branch, we will make tag and publish version on this branch.
- If it is a document modification, it can be submitted to this branch.
- `dev` branch
- `dev` is the developing branch.
- It's **RECOMMENDED** to commit feature PR to `dev`.
- `master` branch
- `master` is the release branch, we will make tag and publish version on this branch.
- If it is a document modification, it can be submitted to this branch.
## Commit Log