Skip to content

Commit d3df327

Browse files
committed
docs: simplify branch management to main-only workflow
1 parent dc2ad86 commit d3df327

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@
44

55
## Branch Management
66

7-
```mermaid
8-
graph LR
9-
b_dev(dev) --> b_main(main);
10-
contributions([Develop / Pull requests]) -.-> b_dev;
11-
```
12-
13-
- `dev` branch
14-
- `dev` is the developing branch.
15-
- It's **RECOMMENDED** to commit feature PR to `dev`.
16-
- `main` branch
17-
- `main` is the release branch, we will make tag and publish version on this branch.
18-
- If it is a document modification, it can be submitted to this branch.
7+
All development happens directly on `main`. Submit pull requests to `main`.
198

209
## Development Setup
2110

0 commit comments

Comments
 (0)