Skip to content

Commit

Permalink
chore: add commitlint type config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Dec 26, 2020
1 parent ac5dd0f commit 1e71ea3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .commitlintrc.yml
@@ -1,3 +1,29 @@
---
extends:
- '@commitlint/config-conventional'
rules:
type-enum:
- 2
- always
- - chore
- ci
- feat
- fix
- docs
- theme
- refactor
- perf
- test
- revert
help: |
**Possible types**:
`chore`: Change build process, tooling or dependencies.
`ci`: Changes to our CI configuration files and scripts
`feat`: Adds a new feature.
`fix`: Solves a bug.
`docs`: Adds or alters documentation.
`theme`: Work on or add a theme.
`refactor`: Rewrites code without feature, performance or bug changes.
`perf`: Improves performance.
`test`: Adds or modifies tests.
`revert`: Changes that reverting other changes

0 comments on commit 1e71ea3

Please sign in to comment.