Why not square bracket scope by default? #1085
Closed
UncleGoogle
started this conversation in
General
Replies: 1 comment
-
Ah never mind, I read the example on the conventionalcommits wrongly. There is a normal bracket there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm new here.
I've just installed pre-commit hook and I enjoy it uses conventional commits by default.
The question:
Why the default commit message pattern uses brackets
( )
instead of square brakcets[ ]
for the optional scope? In the conventional commits there is a latter used: https://www.conventionalcommits.org/en/v1.0.0/What about changing this behavior in a next major (or minor?) release?
Beta Was this translation helpful? Give feedback.
All reactions