Update readme.md

This commit is contained in:
Aleksander Wilczyński 2025-03-23 22:33:05 +01:00
parent c61d4e35a0
commit dbc3f2d851

View File

@ -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
Commit Type | Emoji
Type | Emoji
---------- | -----
Category | 📌 (`:pushpin:`)
Add | (`:heavy_plus_sign:`)
Remove | (`:heavy_minus_sign:`)
Change | 🔧 (`:wrench:`)
Merge | 🔀 (`:twisted_rightwards_arrows:`)
Release or Initial Commit | 🎉 (`:tada:`)
Release or Version Tag | 🔖 (`:bookmark:`)
New Feature | ✨ (`:sparkles:`)
Bugfix | 🔨 (`:hammer:`)
Security Update | 🔒 (`:lock:`)
WIP | 🚧 (`:construction:`)
Tests | 🧪 (`:test_tube:`)
Deprecation | 🗑️ (`:wastebasket:`)
Documentation | 📗 (`:green_book:`)
Cleanup | 📁 (`:file_folder:`)
build | 👷‍♂️
docs | 📗
feat | ✨
fix | 🔨
refactor | 🔧
style | 📋
test | 🧪
### Credits
[gitmoji](https://gitmoji.dev/) | [commit message emoji](https://github.com/dannyfritz/commit-message-emoji)
https://www.conventionalcommits.org/en/v1.0.0/