We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2ad86 commit d3df327Copy full SHA for d3df327
CONTRIBUTING.md
@@ -4,18 +4,7 @@
4
5
## Branch Management
6
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.
+All development happens directly on `main`. Submit pull requests to `main`.
19
20
## Development Setup
21
0 commit comments