Skip to content

Commit

Permalink
docs: Update link of commit convention (#59)
Browse files Browse the repository at this point in the history
Update dead link of commit conventions file.
  • Loading branch information
maxreichmann authored Apr 4, 2024
1 parent cd36baf commit 84a3f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ typically also nothing a developer can do to resolve the warning.
type(scope): Description
````

- required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../.commitlintrc.js#L6).
- required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../commitlint.config.mjs#L10).
- optional: the `scope` is typically the affected module. If multiple modules are affected by the commit, skip it or define a meaningful abstract scope.
- required: the `description` has to follow the Sentence Case style. Only the first word and proper nouns are written in uppercase.

0 comments on commit 84a3f5a

Please sign in to comment.