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 42b6081 commit ec22a76Copy full SHA for ec22a76
.github/semantic.yml
@@ -0,0 +1,19 @@
1
+# conventional commit types: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json
2
+types:
3
+ - feat
4
+ - fix
5
+ - docs
6
+ - style
7
+ - refactor
8
+ - perf
9
+ - test
10
+ - build
11
+ - ci
12
+ - chore
13
+ - revert
14
+ - improv
15
+
16
+# Always validate the PR title
17
+# and ignore the commits to lower the entry bar for contribution
18
+# while titles make up the Release notes to ease maintenance overhead
19
+titleOnly: true
0 commit comments