DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

20af871d90188c2171713983a003671adcb3bc4f — Jonni Liljamo 1 year, 9 months ago ca13c41
docs: add commit conventions
1 files changed, 7 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +7 -0
@@ 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`