From 8db00aad247b8d898f811a158157a5179f2acad3 Mon Sep 17 00:00:00 2001
From: VampireAchao
Date: Wed, 25 Dec 2024 17:46:38 +0800
Subject: [PATCH] add gitcode
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 713155f02..9034505b0 100755
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@
+
+
+
@@ -191,15 +194,16 @@ Hutool的源码分为两个分支,功能如下:
- [Gitee issue](https://gitee.com/dromara/hutool/issues)
- [Github issue](https://github.com/dromara/hutool/issues)
+- [Gitcode issue](https://gitcode.com/dromara/hutool/issues)
### 🧬贡献代码的步骤
-1. 在Gitee或者Github上fork项目到自己的repo
+1. 在Gitee或者Github/Gitcode上fork项目到自己的repo
2. 把fork过去的项目也就是你的项目clone到你的本地
3. 修改代码(记得一定要修改v5-dev分支)
4. commit后push到自己的库(v5-dev分支)
-5. 登录Gitee或Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
+5. 登录Gitee或Github/Gitcode在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
6. 等待维护者合并
### 📐PR遵照的原则