Last active
June 14, 2024 19:25
-
-
Save JohnPetros/1f63f8cf07c719c5d2c5e011e2eac770 to your computer and use it in GitHub Desktop.
Emoji commits table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Commit type | Prefix | Emoji | | |
|:---------------------------|:------------------|:---------------------------------| | |
| Accessibility | a11y | βΏ `:wheelchair:` | | |
| Add or update an easter egg| easter egg | π₯ `:egg:` | | |
| Authentication | auth | π `:lock:` | | |
| Bug fix | fix | π `:bug:` | | |
| Code from external libs | providers | β `:plus:` | | |
| Classes for backend utils | utils | π§° `:tool_box:` | | |
| Factory pattern | factories | π `:factory:` | | |
| Builder pattern | builders | ποΈ `:tower_crane:` | | |
| Configuration files | config | βοΈ `:wrench:` | | |
| Continous Delivery | cd | π `:truck:` | | |
| Continous Integration | ci | π `:tram_car:` | | |
| Critical change | break change | π¨ `:rotating_light:` | | |
| Critical hotfix | hotfix | π `:ambulance:` | | |
| Database module | database | πΎ `:file_cabinet:` | | |
| API module | api | π‘ `:dish_antenna:` | | |
| Documentation | docs | π `:books:` | | |
| Docker | docker | π³ `:whale:` | | |
| Entity class | entities | π€ `:bust_in_silhouette:` | | |
| Factory class/function | factories | π `:factory:` | | |
| Functions to modulize code | helpers | π§ `:wrench:` | | |
| Images (PNG, JPG, SCV, GIF)| images | π΄ `:flower_playing_cards:` | | |
| Initial commit | init | π `:tada:` | | |
| Lottie files | animation | ποΈ `:film_frames:` | | |
| Manage cache | cache | π± `::bento::` | | |
| Managing data presenters | views/controllers | π₯οΈ `:desktop:` | | |
| Managing dependencies | deps | π¦ `:package:` | | |
| Managing storaged data | repositories | ποΈ `:file_cabinet:` | | |
| Merging branches | merge | π `:twisted_rightwards_arrows:` | | |
| New feature | feat | β¨ `:sparkles:` | | |
| Performance | perf | β‘οΈ `:zap:` | | |
| Refactoring | refactor | β»οΈ `:recycle:` | | |
| Renaming/moving folder/file| files | ποΈ `:file_box:` | | |
| Reverting changes | revert | βͺ `:rewind:` | | |
| SEO | seo | π`:magnifying_glass_right:` | | |
| Scripts (JS, SQL, SH etc) | scripts | π‘ `:lamp:` | | |
| Styles | stlye | π `:lipstick:` | | |
| Templates or Components | templates | 𧱠`:bricks:` | | |
| Tests | test | π§ͺ `:test_tube:` | | |
| Typing | type | π·οΈ `:tag:` | | |
| Create Interface | interfaces | π `:bookmarks_tab:` | | |
| Validation forms/schemas | validation | π `:ledger_book:` | | |
| Version tag | version | π `:bookmark:` | | |
| Work in progress | in progress | π§ `:construction:` | | |
| Mock things | mocks | π€‘ `::clown_face::` | | |
| Text file storage | text | π§Ύ `:pencil:` | | |
| Code review | review | π `:ok_hand:` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment