conventionalcommits.org icon indicating copy to clipboard operation
conventionalcommits.org copied to clipboard

Refine commit message format grammar

Open 1e9y opened this issue 3 years ago • 2 comments

Current suggested format doesn't clearly state correct usage of optional scope. Commit header defined as following:

<type>[optional scope]: <description>

While later in text scope is defined as "contextual information and is contained within parenthesis". That means commit header should have following form:

<type>[(<scope>)]: <description>

Square brackets here means optional block. Parenthesis are literal symbols. <scope> is an arbitrary string.

1e9y avatar Sep 29 '22 13:09 1e9y

can you assign me this!!

malware2101 avatar Jan 10 '25 07:01 malware2101

@malware2101 please go ahead and submit a PR 👍

bcoe avatar Jan 15 '25 17:01 bcoe