From edd0b1e098dc62fa5c36b1ea71187dcadf868195 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 10 Aug 2021 20:11:36 +0200 Subject: [PATCH] docs: add notice about conventional commits Closes https://git.coopcloud.tech/coop-cloud/go-abra/issues/3. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b32812ff..8a2be243 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Install [Go >= 1.16](https://golang.org/doc/install) and then: Our [Drone CI configuration](.drone.yml) runs a number of sanity on each pushed commit. See the [Makefile](./Makefile) for more handy targets. +Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log. + ## Fork maintenance We maintain a fork of [godotenv](https://github.com/Autonomic-Cooperative/godotenv) for two features: