From 82e46fce724fe47c2dd83be7adf83f9e24ad3584 Mon Sep 17 00:00:00 2001 From: Adrian Stoica <stoica@ntnu.no> Date: Mon, 10 Oct 2022 14:55:53 +0200 Subject: [PATCH] doc: updates slides for lecture 13 --- lectures/revealjs/13-lecture-commit.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/lectures/revealjs/13-lecture-commit.adoc b/lectures/revealjs/13-lecture-commit.adoc index 19d0d02..f96927e 100644 --- a/lectures/revealjs/13-lecture-commit.adoc +++ b/lectures/revealjs/13-lecture-commit.adoc @@ -188,6 +188,7 @@ https://xkcd.com/1296/ - clearly state how the problem is fixed with the committed code - add information about testing, especially if there are manual tests needed +== What to write in the commit message (2) Finally, read the message before committing as it might reveal that you should split it in smaller commits == Enforcing commit message format -- GitLab