From 20af871d90188c2171713983a003671adcb3bc4f Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 9 Jan 2023 13:35:33 +0200 Subject: [PATCH] docs: add commit conventions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 499185c..ac2d77d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,10 @@ See `dev` branch for latest changes. A deck building game with multiplayer over a web API. Personal project turned into school project. + +### Commit conventions +Commits after 09.01.2023 MUST follow [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). + +Things to remember: +* everything lowercase +* allowed scopes are `sdbapi` and `sdbclient` -- 2.44.1