docs: 约定式提交
This commit is contained in:
@@ -141,6 +141,8 @@ subject为commit概述
|
||||
注意 冒号和subject之间要加空格
|
||||
```
|
||||
|
||||
其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
|
||||
|
||||
你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。
|
||||
|
||||
### <strong>读档</strong><strong>( 回溯到某一个 commit )</strong>
|
||||
|
||||
@@ -108,6 +108,10 @@ subject为commit概述
|
||||
注意 冒号和subject之间要加空格
|
||||
```
|
||||
|
||||
其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
|
||||
|
||||
[](https://conventionalcommits.org)
|
||||
|
||||
## Pull Request 流程与指南
|
||||
Fork 本仓库,然后在你的仓库中进行修改,修改完成后在本仓库创建 NEW Pull Request ,选择 compare across forks 提交 pr 并评论上你修改的具体信息即可,我们会第一时间审阅并合并。
|
||||
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
<a href="https://app.netlify.com/sites/hdu-cs-wiki/deploys">
|
||||
<img src="https://api.netlify.com/api/v1/badges/92121c47-e608-4736-bffa-c0958e570348/deploy-status">
|
||||
</a>
|
||||
<a href="https://conventionalcommits.org">
|
||||
<img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div align="center">喜欢本项目可以点点右上角 star 🎇</div>
|
||||
|
||||
Reference in New Issue
Block a user