aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df12003..de70378 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,6 +38,10 @@ Below is an overview on contributing code to MLIA.
git commit -s
```
+- For the commit messages, the codebase follows [Conventional Commits](https://www.conventionalcommits.org),
+ with some customizations. Header description is be capitalized, and the following
+ commit types are allowed: build, ci, docs, feat, fix, perf, refactor, style, test.
+
- Push patch for code review
```bash