Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Show commit notes in bot update nofications

Joined
Nov 5, 2014
Messages
505
Any chance we could get our commit notes quoted in the update message posted on a bots thread? It would encourage bot authors to write good commit notes as well as notifying users as to what changes have occurred.
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
100% support. I should shape up on writing half-assed text in the commit notes though. :D
 
Joined
Feb 26, 2015
Messages
822
I always write something like "lol" whenever I fuck something up tiny that breaks major functionality of the bot.
 
First Bot Author
Joined
Aug 7, 2013
Messages
262
The idea is good, but your reasoning is disgusting.
You should read up on commit message conventions.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Wouldn't work. What if you commit multiple bots at once? All those bots changelogs would get the full commit message instead of the ones specific to that bot.
 
Joined
Dec 10, 2014
Messages
3,255
You might say that, and I could understand it being easy for people with a few bots where each commit might be a fix for a single bot, but both @Aidden and I have over 20 bots and when we release fixes/updates it's usually not on single bot per commit basis xD

I'm not opposed to the suggestion, I think it would work well and after thinking about it, I support it.
 
Joined
Mar 22, 2015
Messages
75
You might say that, and I could understand it being easy for people with a few bots where each commit might be a fix for a single bot, but both @Aidden and I have over 20 bots and when we release fixes/updates it's usually not on single bot per commit basis xD

You should make lots of small commits instead of fewer big commits.
 
Joined
Dec 10, 2014
Messages
3,255
You should make lots of small commits instead of fewer big commits.
Mate, in a perfect world I would, the main reason I don't is because it'd be a drag and I don't see the need at the moment. With collab projects where there's other people using the same repo who might need to know what each commit was for I put effort into the messages, but not for my private projects. Also, I don't fix errors methodically, once at a time and then commit, I tend to switch around and fix multiple problems at once, like fix bug 1 in bot 1, fix bug 3 in bot 2, go back to bot 1 and fix another bug, go to bot 2 and make a method more efficient etc. I really cbf atm to make a note of everything I do, especially since this is a hobby xD
 
Joined
Mar 22, 2015
Messages
75
Mate, in a perfect world I would, the main reason I don't is because it'd be a drag and I don't see the need at the moment. With collab projects where there's other people using the same repo who might need to know what each commit was for I put effort into the messages, but not for my private projects. Also, I don't fix errors methodically, once at a time and then commit, I tend to switch around and fix multiple problems at once, like fix bug 1 in bot 1, fix bug 3 in bot 2, go back to bot 1 and fix another bug, go to bot 2 and make a method more efficient etc. I really cbf atm to make a note of everything I do, especially since this is a hobby xD
If it works for you, there's no need to change it.
You should use whatever you like best.
 
Joined
Dec 10, 2014
Messages
3,255
If it works for you, there's no need to change it.
You should use whatever you like best.

Having the commit notes show would be good though, even if they're not specifically for the bots that are updated, worst case scenario they're nonsense messages xD.
 
Top