Skip to content

Commit 99258eb

Browse files
committed
docs(README): add info about conventionalcommits
1. the origin of the project 2. read more about the specifications on the home page of conventionalcommits
1 parent 3fb6080 commit 99258eb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,11 @@ If there are no configuration files, the program will use the following default
9696
"bodyRequired": false,
9797
"lineLimit": 80
9898
}
99-
```
99+
```
100+
101+
## More info
102+
103+
The project was first inspired by [validate-commit-msg](https://github.com/conventional-changelog-archived-repos/validate-commit-msg) . ( It has now been moved to [conventional-changelog/commitlint](https://github.com/conventional-changelog/commitlint) )
104+
105+
For more information about `conventionalcommits` , please see https://www.conventionalcommits.org/
106+

README_zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,9 @@ the way to migrate:
9797
"lineLimit": 80
9898
}
9999
```
100+
101+
## 更多信息
102+
103+
本项目最早受 [validate-commit-msg](https://github.com/conventional-changelog-archived-repos/validate-commit-msg) 启发。(该项目现已移至 [conventional-changelog/commitlint](https://github.com/conventional-changelog/commitlint)
104+
105+
更多关于 `conventionalcommits` 的信息,请参考 https://www.conventionalcommits.org/

0 commit comments

Comments
 (0)