Can you tell me what was the intention of the person who wrote these commit messages?
(The author has been removed for security reasons)
Can you tell me what was the intention of the person who wrote these commit messages?
(The author has been removed for security reasons)
Can you tell me what was the intention of the person who wrote these commit messages?
(Shit happens)
Can you tell me what was the intention of the person who wrote these commit messages?
Can you tell me what was the intention of the person who wrote these commit messages?
Can you tell me what was the intention of the person who wrote these commit messages?
Can you tell me what was the intention of the person who wrote these commit messages?
Can you tell me what was the intention of the person who wrote these commit messages?
Find a root cause of a problem: Git Blame
Find a root cause of a problem: Git History
TICKET_LABEL :emoji: Commit title
TICKET_LABEL: Team acronym + Ticket number
emoji: See change at a glance (https://gitmoji.carloscuesta.me/)
Commit title: Concise description of what the change is about
TICKET_LABEL :emoji: Commit title
DO/DON'T:
- DON'T
- Try to squeeze everything in this line
- git commit -am "I'm feeling a bit lazy today"
- Make it really big so it doesn't fit in Github main view
- Put articles or prepositions
- Start with infinitive
TICKET_LABEL :emoji: Commit title
Description of the problem solved
If it is a bug, describe the issue and the fix you'r done.
If it is a new feature, I tend to summarize the part of the acceptance criteria I have completed
TICKET_LABEL :emoji: Commit title
Description of the problem solved
Description of the technical solution
Optional, give a summary of what you have done from a tech point of view.
I tend to avoid it, code should speak for itself.
TICKET_LABEL :emoji: Commit title
Description of the problem solved
Description of the technical solution
Description of tradeoffs and future improvements
If you have incur in some tech debt or you think there could be improvements to be done.
TICKET_LABEL :emoji: Commit title
Description of the problem solved
Description of the technical solution
Description of tradeoffs and future improvements
Link to trello ticket
TICKET_LABEL :emoji: Commit title
Description of the problem solved
Description of the technical solution
Description of tradeoffs and future improvements
Link to trello ticket
Person that you paired with (git duet)
It is really nice if people can identify you in Github
TICKET_LABEL :emoji: Commit title
Description of the problem solved
Description of the technical solution
Description of tradeoffs and future improvements
Link to trello ticket
Person that you paired with (git duet)
It is really nice if people can identify you in Github