From 8cac3870d65e428d83b7c2f70c9482f22f640286 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Wed, 17 Oct 2018 06:47:03 +0200 Subject: [PATCH] #647 - Fixed contribution guidelines on commit messages. A missing newline caused the list to be rendered incorrectly. --- CONTRIBUTING.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 2d06221b..1ca15f8e 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -33,6 +33,7 @@ If you're a first-time submitter, make sure you have signed the https://cla.pivo == Commit messages The commit message should follow the following style: + * First line starts with the ticket id. * Separate ticket id and summary with a dash. * Start summary with a capital letter.