mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Letter case for description #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mark-rushakoff on GitHub (Mar 11, 2020).
It looks like conventional commits do not explicitly specify whether a description should begin with an uppercase or lowercase letter, although all the examples appear to begin with a lowercase letter.
Could the next revision recommend that the description starts with a lowercase letter? Something like:
@damianopetrungaro commented on GitHub (Mar 15, 2020):
IMHO there isn't a benefit of putting it on the specs itself.
But I'd 👍 a line saying "it is cool to use both, but try to be consistent if possible".
What do you think?
@tunnckoCore commented on GitHub (Oct 3, 2020):
@damianopetrungaro agree.
@mark-rushakoff, also, this allows things like
commitlintexist.Close?
@damianopetrungaro commented on GitHub (Oct 3, 2020):
Yup gonna close due to inactivity, if we see some demand for this we can add some info in the FAQ section!