This repository follows the following conventions.
| Commit Type | Description |
|---|---|
| feat | Add new features |
| fix | Fix bugs |
| docs | Modify documentation |
| style | Code formatting, missing semicolons, no changes to the code itself |
| refactor | Code refactoring |
| test | Add test code, refactor test code |
| chore | Modify package manager, and other miscellaneous changes (e.g., .gitignore) |
| design | Change user UI design, such as CSS |
| comment | Add or modify necessary comments |
| rename | Only changes to file or folder names or locations |
| remove | Only performing the action of deleting files |
| Icon | Code | Description |
|---|---|---|
| π§π»βπ¨ | :art | Improve code structure/formatting |
| β‘οΈ | :zap | Performance improvement |
| π₯ | :fire | Delete code/files |
| π | :bug | Fix bugs |
| π | :ambulance | Urgent fixes |
| β¨ | :sparkles | Introduce new features |
| π | :lipstick | Add/modify UI/style files |
| βͺ | :rewind | Revert changes |
| π | :twisted_rightwards_arrows | Merge branches |
| π‘ | :bulb | Add/modify comments |
| π | :card_file_box | Database-related changes |