Conventional commits support
Support conventional commits (https://www.conventionalcommits.org)
* Support for validation of commits
* Support for initial commit to obey the specification
Comments: 27
-
22 Aug, '21
Yevhen BondarenkoWould be really helpful indeed!
-
25 Aug, '21
Jonathan AdminThanks so much for your feedback. There are no plans to support conventional commits right now, but we will reconsider if the standard gains wider adoption.
For now, it looks like you may be able to get some of this functionality through a commit-msg git hook.
https://support.gitkraken.com/working-with-repositories/githooks/ -
05 Nov, '21
MortenThis would be an amazing addition.
-
31 Dec, '21
JJTech0130Amazing addition, but I understand that Conventional Commits is not yet widespread, so it probably won't be implemented.
-
04 Jan, '22
Michael Golden+1 for support
-
26 Jan, '22
Nyinee+1 for support !!
-
22 Feb, '22
Nadav+1 for support
-
06 Apr, '22
Mario Jerkovic+1 for support
-
30 Jun, '22
Guilherme Viana Freire+1 for support
-
13 Jul, '22
Thayakorn Rakwetpakorn+1 for conventional commits support🔥
-
10 Aug, '22
Hugo Cardoso+1 for support
-
04 Sep, '22
Oliveri would love this feature in gitkraken
-
14 Sep, '22
HansAt least an interface or plugin of https://commitlint.js.org/#/ would be nice, because it will at least allow to follow own conventions for git-commits.
-
16 Sep, '22
jcangas+1 for support
-
23 Sep, '22
tdurand+1 for support
-
29 Sep, '22
s.a.+1 for support
-
13 Oct, '22
Asia+1 for support
-
13 Oct, '22
Jasin Goldkorn+1 for support
-
03 Nov, '22
Jean+1 for support
-
12 Nov, '22
Alan Siqueira+1 for support
-
31 Dec, '22
Kerry Bisset+1 for support
-
11 Jan
Ben Chen+1 for support
-
26 Jan
Ricardo Montañana+1 for support
-
27 Jan
Oliver+1 for support
-
04 May
Pedro+1 for support
-
10 Aug
HansAt the time when the feature request was rejected, conventional commits were in beta phase. This has recently changed. https://www.conventionalcommits.org/en/v1.0.0/
Next, with conventional-changelog (https://github.com/conventional-changelog/commitlint), there exists already a nice linter, and it might be an option to build at least an interface like already has been done with pre-commit. However, this should be separated as well as checked so that also the main text of git commit follows the rules.
In summary, it would be nice if the gitkraken team takes a closer look again on this topic after ~2 years. -
22 Aug
HansSee also as git-hook https://github.com/carloscuesta/gitmoji-cli for forcing conventional commits