Skip to content

Commit

Permalink
Update conventions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 25, 2024
1 parent 1a32647 commit db8548a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

We're using [husky git hooks](https://www.npmjs.com/husky) in combination with [commitlint](https://www.npmjs.com/package/@commitlint/cli) according to <https://commitlint.js.org/#/concepts-commit-conventions>:

```
````
type(scope?): subject
body?
footer?
```
````

> quote, commitlint documentation
Expand All @@ -16,7 +16,7 @@ ____
____

If you'd like to test your commit message previous to using it, you could test it on the command line:
```
```shell
echo 'foo: bar' | commitlint
```

Expand Down

0 comments on commit db8548a

Please sign in to comment.