From 02bb2ba62b87f9c021a0d599804fdf098b3d989f Mon Sep 17 00:00:00 2001 From: Yi-Cheng Wang <80525895+kirisame-wang@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:14:31 +0800 Subject: [PATCH] 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 --- CONTRIBUTING.md | 2 +- i18n/CONTRIBUTING-ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 194bf6623..c939d1a22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ Flowise has 3 different modules in a single mono repository. to make sure everything works fine in production. -11. Commit code and submit Pull Request from forked branch pointing to [Flowise master](https://github.com/FlowiseAI/Flowise/tree/master). +11. Commit code and submit Pull Request from forked branch pointing to [Flowise main](https://github.com/FlowiseAI/Flowise/tree/main). ## 🌱 Env Variables diff --git a/i18n/CONTRIBUTING-ZH.md b/i18n/CONTRIBUTING-ZH.md index b81e300a8..e19a1a0c8 100644 --- a/i18n/CONTRIBUTING-ZH.md +++ b/i18n/CONTRIBUTING-ZH.md @@ -112,7 +112,7 @@ Flowise 在一个单一的单体存储库中有 3 个不同的模块。 pnpm start ``` -11. 提交代码并从指向 [Flowise 主分支](https://github.com/FlowiseAI/Flowise/tree/master) 的分叉分支上提交 Pull Request。 +11. 提交代码并从指向 [Flowise 主分支](https://github.com/FlowiseAI/Flowise/tree/main) 的分叉分支上提交 Pull Request。 ## 🌱 环境变量