Skip to content

Instantly share code, notes, and snippets.

View KevenMax's full-sized avatar
🎯
Learning something new  

Keven Max KevenMax

🎯
Learning something new  
View GitHub Profile
@bndynet
bndynet / commit_message_style_guide.md
Last active November 21, 2020 23:26
Commit Message Style Guide

Recommendation for Git Commit Message

The Type

The type is contained within the title and can be one of these types:

  • feat: a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production code
@crissilvaeng
crissilvaeng / README.md
Created May 9, 2016 19:40
Padrão e mensagens de commit.

Styleguides

Mensagens de commit styleguide

  • Usar modo imperativo ("Adiciona feature" não "Adicionando feature" ou "Adicionada feature")
  • Primeira linha deve ter no máximo 72 caracteres
  • Considere descrever com detalhes no corpo do commit
  • Considere usar um emoji no início da mensagem de commit

Emoji | Code | Commit Type

@parmentf
parmentf / GitCommitEmoji.md
Last active October 29, 2025 09:52
Git Commit message Emoji