-
Notifications
You must be signed in to change notification settings - Fork 1
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 :
γβ¨γ 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
(Cool feature):
Is for specifying the subject of the commit
: added a very cool feature !
Is for detailing what as been done on the commit