Update readme.md
This commit is contained in:
parent
c61d4e35a0
commit
dbc3f2d851
44
readme.md
44
readme.md
@ -1,23 +1,33 @@
|
|||||||
|
## Commit schema
|
||||||
|
|
||||||
|
```
|
||||||
|
<type>[optional scope]: <description>
|
||||||
|
|
||||||
|
[optional body]
|
||||||
|
|
||||||
|
[optional footer(s)]
|
||||||
|
```
|
||||||
|
|
||||||
|
> - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
|
||||||
|
> - docs: Documentation only changes
|
||||||
|
> - feat: A new feature
|
||||||
|
> - fix: A bug fix
|
||||||
|
> - refactor: A code change that neither fixes a bug nor adds a feature
|
||||||
|
> - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
|
||||||
|
> - test: Adding missing tests or correcting existing tests
|
||||||
|
|
||||||
## Emojis
|
## Emojis
|
||||||
|
|
||||||
Commit Type | Emoji
|
Type | Emoji
|
||||||
---------- | -----
|
---------- | -----
|
||||||
Category | 📌 (`:pushpin:`)
|
build | 👷♂️
|
||||||
Add | ➕ (`:heavy_plus_sign:`)
|
docs | 📗
|
||||||
Remove | ➖ (`:heavy_minus_sign:`)
|
feat | ✨
|
||||||
Change | 🔧 (`:wrench:`)
|
fix | 🔨
|
||||||
Merge | 🔀 (`:twisted_rightwards_arrows:`)
|
refactor | 🔧
|
||||||
Release or Initial Commit | 🎉 (`:tada:`)
|
style | 📋
|
||||||
Release or Version Tag | 🔖 (`:bookmark:`)
|
test | 🧪
|
||||||
New Feature | ✨ (`:sparkles:`)
|
|
||||||
Bugfix | 🔨 (`:hammer:`)
|
|
||||||
Security Update | 🔒 (`:lock:`)
|
|
||||||
WIP | 🚧 (`:construction:`)
|
|
||||||
Tests | 🧪 (`:test_tube:`)
|
|
||||||
Deprecation | 🗑️ (`:wastebasket:`)
|
|
||||||
Documentation | 📗 (`:green_book:`)
|
|
||||||
Cleanup | 📁 (`:file_folder:`)
|
|
||||||
|
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
[gitmoji](https://gitmoji.dev/) | [commit message emoji](https://github.com/dannyfritz/commit-message-emoji)
|
https://www.conventionalcommits.org/en/v1.0.0/
|
Loading…
x
Reference in New Issue
Block a user