docs: Update recommended commit summary length to 72 characters.

This commit updates the recommended commit summary length
to 72 characters in the documentation. If the commit message
exceeds this length than GitHub cutoffs the remaining characters.
This commit is contained in:
sbansal1999 2023-05-01 11:20:14 +05:30 committed by Tim Abbott
parent 06dd7a3a68
commit 6b599d521f
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ a few rules to keep in mind:
as needed.
- Make it readable to someone who is familiar with Zulip's code base, but hasn't
been involved with the effort you're working on.
- Use no more than 76 characters for the entire commit summary (parts 1 and 2).
- Use no more than 72 characters for the entire commit summary (parts 1 and 2).
### Examples of good commit summaries