Identify commits easily by using emojis
| Use | Description | Emoji |
|---|---|---|
| Feat | New feature | 🎉 |
| Fix | Bug Fix | 🐞 |
| Docs | Documentation only changes | 📄 |
| Style | Changes that do not affect the meaning of the code | 💅 |
| Refactor | A code change that neither fixes a bug nor adds a feature | 📎 |
| Perf | A code change that improves performance | 🛠 |
| Test | Adding missing tests or correcting existing tests | ⚗️ |
| Build | Changes that affect the build system or external dependencies | 🏗 |
| CI | Changes to our CI configuration files and scripts | 🤖 |
| Revert | Reverts a previous commit | ⌛️ |
🐞 - Text recognition now working
💅 - Main container background color change
Types taken from https://github.com/commitizen/conventional-commit-types