diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-19T21·56+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-19T23·47+0000 |
commit | 602f4b2cb85aa1c25c533648f50cad962e0034d2 (patch) | |
tree | 083b172bb1517d2313ec7589d6b41281a57d22c7 /docs/CONTRIBUTING.md | |
parent | 498beb54da3dabf06d215b2db76ce0ddef332b69 (diff) |
docs(CONTRIBUTING): update character length limit r/7744
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 <flokli@flokli.de> Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f13125c44935..70410d290e7d 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 |