From b79e3b8cf6178498e55d790d2e8125fd03ee11b8 Mon Sep 17 00:00:00 2001 From: maike Date: Mon, 6 Jul 2020 22:31:32 +0200 Subject: [PATCH] [misc] Make contribution guidelines more explicit --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 290267e..9c49b1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,19 +48,23 @@ following pattern: `[core] Add censor for filtering messages #1312` -Use these: +You can use these tags: + - [core] Feature for Kibicara core - [frontend] Feature for Kibicara frontend -- [] Feature for platforms, e.g. +- [$platform] Feature for platforms, e.g. - [twitter] - [telegram] - [email] - ... - [tests] Tests -- [doc] Documentation - [misc] e.g. github action files - #\d+ if commit is related to specific issues or merge requests +Don't use tags which are not listed here. Don't start your commit message with +lower case. Commit messages which do not fulfill these guidelines will not be +merged into the `development` branch. + ## Comments ### Python