Skip to content

zero-nnkn/github-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Commit messages Emoji

An combination of GitmπŸ˜‚ji and Angular convention with some tweaks on my part.

Commit messages format

We use angular's commit messages format and with gitmoji added at the beginning.

<gitmoji> <type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

Examples:

πŸ“ docs(api): update api doc

Gitmoji for commit types

Add chore and wip to basic angular commit types.

Types Gitmoji Description
feat ✨ (normal) vs. πŸ’₯ (breaking change) New features
fix πŸ› (normal) vs πŸš‘οΈ (hotfix) Bug fix
build πŸ‘· Changes that affect the build system or external dependencies
ci πŸ’š Changes to our CI configuration files and scripts
docs πŸ“ Documentation only changes
perf ⚑️ Improve performance
refactor ♻️ Refactor code
style 🎨 Improve structure/format of the code
test βœ… Add, update or pass tests
chore 🧹 Something that doesn’t fit the other types
wip 🚧 Working in progress

About

πŸ§‘β€πŸ”§ Have fun with GitHub (App, Actions. etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published