Skip to content

Commit 02bb2ba

Browse files
docs: update contribution guidelines to reference main branch (#5426)
* docs: update pull request branch link to main branch in contributing-zh.md * docs: update pull request branch link to main branch in contributing.md
1 parent fdb6422 commit 02bb2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Flowise has 3 different modules in a single mono repository.
114114

115115
to make sure everything works fine in production.
116116

117-
11. Commit code and submit Pull Request from forked branch pointing to [Flowise master](https://github.com/FlowiseAI/Flowise/tree/master).
117+
11. Commit code and submit Pull Request from forked branch pointing to [Flowise main](https://github.com/FlowiseAI/Flowise/tree/main).
118118

119119
## 🌱 Env Variables
120120

i18n/CONTRIBUTING-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Flowise 在一个单一的单体存储库中有 3 个不同的模块。
112112
pnpm start
113113
```
114114

115-
11. 提交代码并从指向 [Flowise 主分支](https://github.com/FlowiseAI/Flowise/tree/master) 的分叉分支上提交 Pull Request。
115+
11. 提交代码并从指向 [Flowise 主分支](https://github.com/FlowiseAI/Flowise/tree/main) 的分叉分支上提交 Pull Request。
116116

117117
## 🌱 环境变量
118118

0 commit comments

Comments
 (0)