From 23b11afaeb95a2d1a890ca765e02b80b1aa0d50c Mon Sep 17 00:00:00 2001 From: Gilles Filippini <pini@debian.org> Date: Sun, 9 May 2021 03:05:18 +0200 Subject: [PATCH] doc(dev): fix commit naming example --- doc/dev/git-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/git-conventions.md b/doc/dev/git-conventions.md index d9dffd0ef..e24449d05 100644 --- a/doc/dev/git-conventions.md +++ b/doc/dev/git-conventions.md @@ -28,7 +28,7 @@ The **action** must be a verb in imperative form, the **subject** a noun. For example, we rename the trait `Foo` to `Fii` in the `toto` module: - [ref] toto: rename Foo -> Fii + ref(toto): rename Foo -> Fii Commits must be lowercase. -- GitLab