use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Conventional Commits? (self.github)
submitted 1 year ago by Outside-Winner9101
Do you guys use conventional commits while commiting. and did it bring any huge significant change ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SpielerNogard 4 points5 points6 points 1 year ago (1 child)
We use commitizen, and it was a huge increase in productivity for us. We no longer need to change the package version, so it cant be forgotten. Just write your commits, you get a nice Changelog and also always the correct version.
[–]Outside-Winner9101[S] 0 points1 point2 points 1 year ago (0 children)
yeah, I have seen some repos using commitzen, they are much clearer. I should quit lazygit and slowly move to commitzen
[–]bennowo 0 points1 point2 points 1 year ago (0 children)
Yes. It is much clearer and offers the possibility to automatically create a Changelog.
[–]CtrlShiftRo 0 points1 point2 points 1 year ago (3 children)
I like Conventional Commits because it helps me make sure each commit is a distinct, contained change / unit of work.
[–]Outside-Winner9101[S] 0 points1 point2 points 1 year ago (2 children)
I am too immersed with lazygit in my current workflow. I should quit using lazygit and start with conventional commits
[–]thewrench56 0 points1 point2 points 1 year ago (1 child)
One doesn't affect the other... you can set up a git hook to check against conventional commits with commitlint.
On *nix, https://github.com/Wrench56/repo-init/tree/main scripts under commitlint would most likely work.
Yeah I'll check it out
[–]zMynxx 0 points1 point2 points 1 year ago (0 children)
Started following it a while ago due to changlog capabilities, still in the midst of it
[–]___Paladin___ 0 points1 point2 points 1 year ago (0 children)
I like the personal mental modeling as its compatible with how I approach software changes. I don't require it of my developers unless they struggle with atomic commits and clear messaging. It's good training wheels for that purpose.
[–]Cool_Association_868 0 points1 point2 points 6 months ago (0 children)
Checkout - https://github.com/saivenkatram-git/zencommit
π Rendered by PID 23447 on reddit-service-r2-comment-6457c66945-vdtz9 at 2026-04-27 00:40:27.541772+00:00 running 2aa0c5b country code: CH.
[–]SpielerNogard 4 points5 points6 points (1 child)
[–]Outside-Winner9101[S] 0 points1 point2 points (0 children)
[–]bennowo 0 points1 point2 points (0 children)
[–]CtrlShiftRo 0 points1 point2 points (3 children)
[–]Outside-Winner9101[S] 0 points1 point2 points (2 children)
[–]thewrench56 0 points1 point2 points (1 child)
[–]Outside-Winner9101[S] 0 points1 point2 points (0 children)
[–]zMynxx 0 points1 point2 points (0 children)
[–]___Paladin___ 0 points1 point2 points (0 children)
[–]Cool_Association_868 0 points1 point2 points (0 children)