From 4986fc16767d09b3fe6ee06683336968d8a7057d Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 2 Sep 2025 09:19:21 +0200 Subject: [PATCH] docs: minor formatting fixup of previous --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f1752dda..a8c75b690 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,9 +158,9 @@ author, and be the same as what you want in the AUTHORS file as per above. - Commits that resolve an existing issue must include the issue number as `(fixes #123)` at the end of the commit message subject. A correctly - formatted commit message looks like this: + formatted commit message subject looks like this: - feat(dialer): add env var to disable proxy fallback (fixes #3006) + feat(dialer): add env var to disable proxy fallback (fixes #3006) - If the commit message subject doesn't say it all, one or more paragraphs of describing text should be added to the commit message. This should explain