1
0

项目:文档移动整理

This commit is contained in:
周中平 2022-06-16 11:37:04 +08:00
parent ba5bb592bb
commit bc582b1f27
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
114 changed files with 68 additions and 33 deletions

View File

@ -4,17 +4,17 @@
## 目录 ## 目录
- 博客 - 博客(blog)
- 维基 - 维基
- 开发 - 开发(dev)
- 算法 - 算法(algo)
- 运维 - 运维(ops)
- 安全 - 安全(safe)
- 其他 - 其他(docs)
- 社区 - 社区(org)
- 职业 - 职业(work)
- 生活 - 生活(life)
- 艺术 - 艺术(art)
## 协议 ## 协议

View File

@ -0,0 +1,9 @@
---
id: Branch
title: Branch
data: 2022年6月15日
---
![Git 分支工作流.png](https://static.7wate.com/img/2021/08/24/c5a50e99dde5f.png)
根据项目**实际情况**安排分支工作流!

View File

@ -1,17 +1,9 @@
--- ---
id: Git 规范 id: Commit
title: Git 规范 title: Commit
data: 2022年1月25日 data: 2022年6月15日
--- ---
统一团队的 Git 工作流包括分支工作流、Git commit 日志、tag 规范、README 模板、issue 模板,便于后续代码 review版本发布以及日志自动化生成等等。
## 分支工作流
![Git 分支工作流.png](https://static.7wate.com/img/2021/08/24/c5a50e99dde5f.png)
**根据项目实际情况安排分支工作流!**
## Commit 日志 ## Commit 日志
日志所有内容务必使用 **ASCII** 字符,不要使用中文或 emoji要求**最大化兼容**,便于程序处理。 日志所有内容务必使用 **ASCII** 字符,不要使用中文或 emoji要求**最大化兼容**,便于程序处理。
@ -69,15 +61,3 @@ error.
### 脚注Footer ### 脚注Footer
正文与脚注间隔一个空行。 正文与脚注间隔一个空行。
## Tag 规范
![语义化版本.png](https://static.7wate.com/img/2021/08/24/ad4999467e192.png)
## Issue 模板
![Issue.png](https://static.7wate.com/img/2021/08/24/0e572570b1f3f.png)
## README 模板
![Issue.png](https://static.7wate.com/img/2021/08/24/bdbf509e6b414.png)

View File

@ -0,0 +1,7 @@
---
id: Contributing
title: Contributing
data: 2022年6月15日
---
贡献者协议

View File

@ -0,0 +1,8 @@
---
id: Issue
title: Issue
data: 2022年6月15日
---
![Issue.png](https://static.7wate.com/img/2021/08/24/0e572570b1f3f.png)

View File

@ -0,0 +1,9 @@
---
id: License
title: License
data: 2022年6月15日
---
![快速选择开源协议](https://static.7wate.com/img/2020/07/02/fe11588b073bf.png)
许可证向导https://kaiyuanshe.cn/license-tool/

View File

@ -0,0 +1,7 @@
---
id: README
title: README
data: 2022年6月15日
---
![Issue.png](https://static.7wate.com/img/2021/08/24/bdbf509e6b414.png)

View File

@ -0,0 +1,7 @@
---
id: Tag
title: Tag
data: 2022年6月15日
---
![语义化版本.png](https://static.7wate.com/img/2021/08/24/ad4999467e192.png)

View File

@ -0,0 +1,8 @@
---
id: 简介
title: 简介
sidebar_position: 1
data: 2022年6月15日
---
统一团队的 Git 工作流包括分支工作流、Git commit 日志、tag 规范、README 模板、issue 模板,便于后续代码 review版本发布以及日志自动化生成等等。

Some files were not shown because too many files have changed in this diff Show More