Skip to content

Commit 318b248

Browse files
authored
chore: update CONTRIBUTING.md
1 parent f45be9a commit 318b248

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ A commit starts with a type, a scope, and a subject:
3030
<type>(<scope>): <subject>
3131
```
3232

33-
The **type** is mandatory. [Should be one of the following](#commit-types).
34-
35-
We don't use the **scope** right now, you must omit it. This may change in the future.
36-
37-
The subject must be a short description of the change.
33+
- The **type** is mandatory. [Should be one of the following](#commit-types).
34+
- We don't use the **scope** right now, you must omit it. This may change in the future.
35+
- The subject must be a short description of the change.
3836
Use the imperative, present tense: "change" not "changed" nor "changes".
3937

4038
### Commit types

0 commit comments

Comments
 (0)