Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel authored May 22, 2024
1 parent f45be9a commit 318b248
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ A commit starts with a type, a scope, and a subject:
<type>(<scope>): <subject>
```

The **type** is mandatory. [Should be one of the following](#commit-types).

We don't use the **scope** right now, you must omit it. This may change in the future.

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

### Commit types
Expand Down

0 comments on commit 318b248

Please sign in to comment.