... | ... | @@ -18,28 +18,28 @@ |
|
|
|
|
|
本项目也使用到了一些开源工具,它们对项目的开发和管理起到了重要作用。
|
|
|
|
|
|
## 源代码
|
|
|
## 1. 源代码
|
|
|
原始Linux内核代码可以在网址[kernel.org](https://kernel.org)找到。
|
|
|
### 修改内容
|
|
|
### 1.1 修改内容
|
|
|
对原始代码进行了修改以支持本项目的具体需求。修改部分已在源代码文件中记录。
|
|
|
|
|
|
## 开源工具
|
|
|
### Husky
|
|
|
## 2. 开源工具
|
|
|
### 2.1 Husky
|
|
|
|
|
|
Husky是一个由Angular团队开发的开源工具,用于管理Git hooks,遵循MIT许可证。
|
|
|
- 来源: [Husky GitHub 仓库](https://github.com/typicode/husky)
|
|
|
|
|
|
### Commitlint
|
|
|
### 2.2 Commitlint
|
|
|
|
|
|
Commitlint是一个由Angular团队开发的开源工具,用于确保提交信息符合规范,遵循MIT许可证。
|
|
|
- 来源: [Commitlint GitHub 仓库](https://github.com/conventional-changelog/commitlint)
|
|
|
|
|
|
### Commitizen
|
|
|
### 2.3 Commitizen
|
|
|
|
|
|
Commitizen是一个开源工具,用于标准化提交信息,遵循MIT许可证。
|
|
|
- 来源: [Commitizen GitHub 仓库](https://github.com/commitizen/cz-cli)
|
|
|
|
|
|
### cz-conventional-changelog
|
|
|
### 2.4 cz-conventional-changelog
|
|
|
|
|
|
cz-conventional-changelog是Commitizen的一个适配器,用于遵循Conventional Changelog规范,遵循MIT许可证。
|
|
|
- 来源: [cz-conventional-changelog GitHub 仓库](https://github.com/commitizen/cz-conventional-changelog) |
|
|
\ No newline at end of file |