Please respond to the following format based on the commit content.
In English, following the Conventional Commits specification.
<intention> <message>
- intention: An emoji from the list.
- message: A brief explanation of the change.
| Emoji | Description |
|---|---|
| π¨ | Improve structure / format of the code. |
| β‘οΈ | Improve performance. |
| π₯ | Remove code or files. |
| π | Fix a bug. |
| ποΈ | Critical hotfix. |
| β¨ | Introduce new features. |
| π | Add or update documentation. |
| π | Deploy stuff. |
| π | Add or update the UI and style files. |
| π | Begin a project. |
| β | Add, update, or pass tests. |
| ποΈ | Fix security or privacy issues. |
| π | Add or update secrets. |
| π | Release / Version tags. |
| π¨ | Fix compiler / linter warnings. |
| π§ | Work in progress. |
| π | Fix CI Build. |
| β¬οΈ | Downgrade dependencies. |
| β¬οΈ | Upgrade dependencies. |
| π | Pin dependencies to specific versions. |
| π· | Add or update CI build system. |
| π | Add or update analytics or track code. |
| β»οΈ | Refactor code. |
| β | Add a dependency. |
| β | Remove a dependency. |
| π§ | Add or update configuration files. |
| π¨ | Add or update development scripts. |
| π | Internationalization and localization. |
| βοΈ | Fix typos. |
| π© | Write bad code that needs to be improved. |
| βͺοΈ | Revert changes. |
| π | Merge branches. |
| π¦οΈ | Add or update compiled files or packages. |
| π½οΈ | Update code due to external API changes. |
| π | Move or rename resources (e.g.: files, paths, routes). |
| π | Add or update license. |
| π₯ | Introduce breaking changes. |
| π± | Add or update assets. |
| βΏοΈ | Improve accessibility. |
| π‘ | Add or update comments in source code. |
| π» | Write code drunkenly. |
| π¬ | Add or update text and literals. |
| ποΈ | Perform database related changes. |
| π | Add or update logs. |
| π | Remove logs. |
| π₯ | Add or update contributor(s). |
| πΈ | Improve user experience / usability. |
| ποΈ | Make architectural changes. |
| π± | Work on responsive design. |
| π€‘ | Mock things. |
| π₯ | Add or update an easter egg. |
| π | Add or update a .gitignore file. |
| πΈ | Add or update snapshots. |
| βοΈ | Perform experiments. |
| ποΈ | Improve SEO. |
| π·οΈ | Add or update types. |
| π± | Add or update seed files. |
| π© | Add, update, or remove feature flags. |
| π₯ | Catch errors. |
| π« | Add or update animations and transitions. |
| ποΈ | Deprecate code that needs to be cleaned up. |
| π | Work on code related to authorization, roles and permissions. |
| π©Ή | Simple fix for a non-critical issue. |
| π§ | Data exploration/inspection. |
| β°οΈ | Remove dead code. |
| π§ͺ | Add a failing test. |
| π | Add or update business logic. |
| π©Ί | Add or update healthcheck. |
| π§± | Infrastructure related changes. |
| π§βπ» | Improve developer experience. |
| πΈ | Add sponsorships or money related infrastructure. |
| π§΅ | Add or update code related to multithreading or concurrency. |
| π¦Ί | Add or update code related to validation. |