From 602f4b2cb85aa1c25c533648f50cad962e0034d2 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 19 Mar 2024 23:56:34 +0200 Subject: docs(CONTRIBUTING): update character length limit Actual config change already done in https://cl.tvl.fyi/11196, this updates the documentation. Change-Id: I3cf986619cdb8f5a48ad5d07050e56ebdc99788c Reviewed-on: https://cl.tvl.fyi/c/depot/+/11210 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: sterni --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f13125c449..70410d290e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -37,7 +37,7 @@ When in doubt - just ask! You can reach out to us via mail at All commit messages should be structured like this: ``` -type(scope): Subject line with at most a 68 character length +type(scope): Subject line with at most a 72 character length Body of the commit message with an empty line between subject and body. This text should explain what the change does and why it has -- cgit 1.4.1