Update README.md
This commit is contained in:
parent
9c9b71ba82
commit
e1753be346
17
README.md
17
README.md
|
@ -2,7 +2,9 @@
|
|||
|
||||
GitLink(确实开源)是中国计算机学会(CCF)官方指定的开源创新服务平台,旨在以“为开源创新服务”为使命,以“成为开源创新的汇聚地”为愿景,秉承“创新、开放、协作、共享”的价值观,致力于为大规模开源开放协同创新助力赋能,打造创新成果孵化和新工科人才培养的开源创新生态!
|
||||
|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/gitlink.png?raw=true" width=50% />
|
||||
<center>
|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/gitlink.png?raw=true" width=80% />
|
||||
</center>
|
||||
|
||||
## 特色功能
|
||||
|
||||
|
@ -159,29 +161,30 @@ http://localhost:3000/
|
|||
|
||||
- 项目列表
|
||||
|
||||

|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/project_list.png?raw=true width=60% />
|
||||
|
||||
|
||||
- 代码仓库
|
||||
|
||||

|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/repo.png?raw=true width=60% />
|
||||
|
||||
- 任务管理
|
||||
|
||||

|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/issues.png?raw=true width=60% />
|
||||
|
||||
- 合并请求
|
||||
|
||||

|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/PR.png?raw=true width=60% />
|
||||
|
||||
- 引擎配置
|
||||
|
||||

|
||||
<img src="https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/engine.png?raw=true width=60% />
|
||||
|
||||
|
||||
|
||||
## 贡献代码
|
||||
|
||||
我们期待您向GitLink提交贡献!请遵循以下流程指导:
|
||||
我们期待您向GitLink提交贡献!在您贡献时,请遵循以下流程:
|
||||
|
||||
1. Fork 项目
|
||||
2. 创建本地分支(git checkout -b my-new-feature)
|
||||
|
|
Loading…
Reference in New Issue