docs(contributing): fix commit message examples (#1648)
It had the backticks (`\``) around the messages, but I think they were unintentional, probably a leftover from copy-pasting.
This commit is contained in:
parent
311c46580f
commit
e35e5bb73f
@ -183,17 +183,17 @@ The footer should contain any information about **Breaking Changes** and is also
|
|||||||
#### Examples
|
#### Examples
|
||||||
|
|
||||||
```commit
|
```commit
|
||||||
`fix(pencil): stop graphite breaking when too much pressure applied`
|
fix(pencil): stop graphite breaking when too much pressure applied
|
||||||
```
|
```
|
||||||
|
|
||||||
```commit
|
```commit
|
||||||
`feat(pencil): add 'graphiteWidth' option`
|
feat(pencil): add 'graphiteWidth' option
|
||||||
|
|
||||||
Fix #42
|
Fix #42
|
||||||
```
|
```
|
||||||
|
|
||||||
```commit
|
```commit
|
||||||
perf(pencil): remove graphiteWidth option`
|
perf(pencil): remove graphiteWidth option
|
||||||
|
|
||||||
BREAKING CHANGE: The graphiteWidth option has been removed.
|
BREAKING CHANGE: The graphiteWidth option has been removed.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user