We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5086ea3 commit 0b78107Copy full SHA for 0b78107
README.md
@@ -4,6 +4,18 @@ commitlint checks if your commit messages meets the [conventional commit format]
4
5
[](https://pkg.go.dev/github.com/conventionalcommit/parser)
6
7
+#### Table of Contents
8
+
9
++ [Installation](#installation)
10
++ [Enable in Git Repo](#enable-in-git-repo)
11
++ [Benefits using commitlint](#benefits-using-commitlint)
12
++ [Commit Types](#commit-types)
13
++ [Library](#library)
14
+ - [Config Precedence](#config-precedence)
15
+ - [Message Precedence](#message-precedence)
16
+ - [Default Config](#default-config)
17
++ [License](#license)
18
19
### Installation
20
21
```bash
0 commit comments