Skip to content

NFRIDOY/git-commit-methodology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 

Repository files navigation

git-commit-methodology

Table of Contents

Git Commit useful links

  • Gitmoji : Icon for commit message

Commit Message Convention

Rules:

1. Follow this rule:

<Icon>[<What Happend>]: <File Path>: <File Name Or Section Name>: <Description>

Example:

✨[Added]: website//package: model: `included`, `excluded` add to as model property

✨[Added]:

✨[Added]: 
✨[Added]: module/counter: Added counterSlice buttons

βœ…[Updated]:

βœ…[Updated]: 
βœ…[Updated]: module/counter: Updated counterSlice buttons

πŸ›[Fix]:

πŸ›[Fix]: 
πŸ›[Fix]: module/counter: Fixed counting logic in counterSlice

πŸ’„[UI]:

πŸ’„[UI]: 
πŸ’„[UI]: module/header: Redesigned navigation bar

🚧[Processing]:

🚧[Processing]: 
🚧[Processing]: module/orders: Working on order history

🚨[Error]:

🚨[Error]: 
🚨[Error]: module/api: Resolved unhandled exception

πŸ”₯[Remove]:

πŸ”₯[Remove]: 
πŸ”₯[Remove]: module/legacy: Removed deprecated files

⚑️[Improve]:

⚑️[Improve]: 
⚑️[Improve]: module/db: Optimized database queries

πŸ”§[Config]:

πŸ”§[Config]: 
πŸ”§[Config]: project/setup: Configured Babel settings

✏️[Fix]:

✏️[Fix]: 
✏️[Fix]: docs/readme: Fixed typo in instructions

♻️[Refactor]:

♻️[Refactor]: 
♻️[Refactor]: module/auth: Refactored login flow

πŸ“[Documentation]:

πŸ“[Documentation]: 
πŸ“[Documentation]: module/api: Updated API usage guide

πŸš€[Deploy]:

πŸš€[Deploy]: 
πŸš€[Deploy]: project: Deployed version 1.0.0 to production

Icon Rules & Description in Table Format:

Icon Type Description Example
✨[Added]: Add New Feature or Something ✨[Added]: module/auth: Added login functionality
βœ…[Updated]: Updated Feature or Something βœ…[Updated]: module/ui: Updated button styles
πŸ›[Fix]: Fixed a Bug πŸ›[Fix]: module/cart: Fixed item count calculation
πŸ’„[UI]: Update UI πŸ’„[UI]: module/header: Redesigned navigation bar
🚧[Processing]: Feature or Something under construction 🚧[Processing]: module/orders: Building order history
🚨[Error]: Error in Code So be warning 🚨[Error]: module/api: Unhandled exception resolved
πŸ”₯[Remove]: Remove code or files. πŸ”₯[Remove]: module/legacy: Removed old API endpoints
⚑️[Improve]: Improve performance or better Code ⚑️[Improve]: module/db: Optimized query execution
πŸ”§[Config]: Configurate project of Something πŸ”§[Config]: module/setup: Configured ESLint rules
✏️[Fix]: Fix Typo Or Rename Something ✏️[Fix]: module/readme: Fixed typo in documentation
♻️[Refactor]: Code Refactor ♻️[Refactor]: module/auth: Refactored login logic
πŸ“[Documentation]: Update Documentation πŸ“[Documentation]: module/api: Added API usage guide
πŸš€[Deploy]: Deploy πŸš€[Deploy]: project: Deployed version 1.0.0 to production

About

git-commit-methodology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors