Skip to content

Commit guideline

Adam edited this page Nov 8, 2024 · 5 revisions

The pogit commit guideline is an open standard for having gorgeous and easy to read commit

The pogit commits are made as follows :

The first section (type):

γ€Œβœ¨γ€ feat Is for specifying the type of commit (with an emoji to see more quickly what the commit type is)

Here is all the possible type (at time of commit) :

  • Feature: γ€Œβœ¨γ€ feat
  • Clean: γ€ŒπŸ—‘οΈγ€ clean
  • Init: γ€ŒπŸŽ‰γ€ init
  • Norm : γ€ŒβœοΈγ€ norm
  • Testing: γ€ŒπŸš§γ€ test
  • Work in progress: γ€ŒπŸ—οΈγ€ wip
  • Fix: γ€ŒπŸ”¨γ€ fix

The second section (subject):

(Cool feature):
Is for specifying the subject of the commit

The last section

: added a very cool feature !
Is for detailing what as been done on the commit

Clone this wiki locally