about summary refs log tree commit diff
path: root/docs/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r--docs/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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