docs: update commit message format in CONTRIBUTING.md

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-02-20 11:00:34 -05:00
parent 08a71320ea
commit ddab0da207
+1 -1
View File
@@ -38,7 +38,7 @@ Before submitting a pull request, ensure that you go through the following:
### Commit Conventions ### Commit Conventions
Each commit message must adhere to the following format: Each commit message must adhere to the following format:
``` ```
<type>(scope): <description> - <issue number> <type>(scope): <description>
[optional body] [optional body]
``` ```