File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 36
36
<a target="_blank" href='https://github.com/dromara/hutool'>
37
37
<img src="https://img.shields.io/github/stars/dromara/hutool.svg?style=social" alt="github star"/>
38
38
</a>
39
+ <a target="_blank" href='https://gitcode.com/dromara/hutool'>
40
+ <img src="https://gitcode.com/dromara/hutool/star/badge.svg" alt="gitcode star"/>
41
+ </a>
39
42
</p >
40
43
41
44
<br />
@@ -191,15 +194,16 @@ Hutool的源码分为两个分支,功能如下:
191
194
192
195
- [ Gitee issue] ( https://gitee.com/dromara/hutool/issues )
193
196
- [ Github issue] ( https://github.com/dromara/hutool/issues )
197
+ - [ Gitcode issue] ( https://gitcode.com/dromara/hutool/issues )
194
198
195
199
196
200
### 🧬贡献代码的步骤
197
201
198
- 1 . 在Gitee或者Github上fork项目到自己的repo
202
+ 1 . 在Gitee或者Github/Gitcode上fork项目到自己的repo
199
203
2 . 把fork过去的项目也就是你的项目clone到你的本地
200
204
3 . 修改代码(记得一定要修改v5-dev分支)
201
205
4 . commit后push到自己的库(v5-dev分支)
202
- 5 . 登录Gitee或Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
206
+ 5 . 登录Gitee或Github/Gitcode在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
203
207
6 . 等待维护者合并
204
208
205
209
### 📐PR遵照的原则
You can’t perform that action at this time.
0 commit comments