Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estebanways/git-commit-emoji-conventions

๐Ÿ› ๏ธ A Git Commit Emoji Conventions Table
https://github.com/estebanways/git-commit-emoji-conventions

ai-commits commit commit-message commits conventional-commits developer-tool emoji emoji-picker emojipedia git programming-fundamentals

Last synced: about 1 month ago
JSON representation

๐Ÿ› ๏ธ A Git Commit Emoji Conventions Table

Awesome Lists containing this project

README

        

# git-commit-emoji-conventions

### Git Commit Emoji conventions

| Category | Emoji | Description | Commit Example 1 | Commit Example 2 |
|----------------------------|---------------------------------|------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|
| **Fundamental** | โœจ `:sparkles:` | Feature | "Implement user authentication feature" | "Add OAuth2 support for user authentication" |
| | ๐Ÿ› `:bug:` | Bug Fix | "Fix null pointer exception in user login" | "Resolve issue with incorrect error handling" |
| | ๐Ÿ“š `:books:` | Documentation | "Update API documentation for new endpoints" | "Add usage examples to API documentation" |
| | ๐Ÿ’Ž `:gem:` ๐Ÿ”จ `:hammer:` | Code Style/Refactoring | "Refactor utility class for better readability" | "Improve code structure in utility functions" |
| | ๐ŸŽ๏ธ `:racing_car:` | Performance Improvement | "Optimize database queries for faster response" | "Improve caching mechanism for better performance" |
| | ๐Ÿšจ `:rotating_light:` | Testing | "Add unit tests for user registration module" | "Enhance test coverage for user authentication" |
| | ๐Ÿ“ฆ `:package:` ๐Ÿ‘ท `:construction_worker:` | Build/Continuous Integration | "Update dependencies for security patch" | "Configure CI/CD pipeline for automated testing" |
| | ๐Ÿ”ง `:wrench:` ๐Ÿงน `:broom:` | Chore/Cleanup | "Remove unused variables and optimize imports" | "Clean up code for better codebase maintenance" |
| **Development** | ๐Ÿ‘€ `:eyes:` | Code Review | "Address code review feedback for feature X" | "Incorporate code review suggestions for feature Y" |
| | ๐Ÿ”€ `:twisted_rightwards_arrows:` | Data Model Changes | "Add new fields to the user model" | "Modify database schema to support new features" |
| | ๐Ÿ”ƒ `:arrows_counterclockwise:` | Dependency Update | "Update Spring Boot version to 2.5.0" | "Upgrade dependencies to latest versions" |
| | โช `:rewind:` | Revert | "Revert last commit due to issues" | "Undo recent changes to fix unintended consequences" |
| | ๐ŸŒ `:globe_with_meridians:` | Localization/Internationalization | "Translate error messages to French" | "Localize UI strings for Spanish language" |
| **Infrastructure** | ๐Ÿšš `:truck:` | Deployment | "Deploy application to production server" | "Automate deployment process with Docker" |
| | ๐Ÿ“ฅ `:inbox_tray:` | Dependency Management | "Add new library for enhanced data processing" | "Manage dependencies with Gradle for consistency" |
| **Security** | ๐Ÿ›ก๏ธ `:shield:` | Security | "Implement secure password hashing" | "Enhance encryption for sensitive user data" |
| **Data Management** | ๐Ÿ—ƒ๏ธ `:file_cabinet:` | Database | "Create migration script for new database schema" | "Optimize database indexes for improved performance" |
| | ๐Ÿ“‹ `:clipboard:` ๐Ÿ“Š `:bar_chart:` | Logging | "Update logging format for better analysis" | "Implement structured logging for easier troubleshooting"|
| | ๐Ÿ›‘ `:octagonal_sign:` | Data Validation | "Validate user input to prevent SQL injection" | "Implement input validation for form submissions" |
| **User Interface (UI)** | ๐ŸŽจ `:art:` | User Interface (UI) | "Redesign homepage for improved user experience" | "Implement responsive design for mobile users" |
| **Release** | ๐ŸŽ‰ `:tada:` | Release | "Release version 1.0.0 with new features" | "Prepare release candidate for QA testing" |
| **Performance** | โฑ๏ธ `:stopwatch:` | Performance Testing | "Run load tests to measure system performance" | "Conduct stress testing to identify performance bottlenecks"|
| **Configuration and Settings** | โš™๏ธ `:gear:` | Configuration | "Update application properties for production" | "Configure environment variables for deployment" |
| **Feature Management** | ๐ŸŽš๏ธ `:level_slider:` | Feature Toggle | "Implement feature toggle for experimental feature" | "Enable feature toggle for A/B testing" |
| **Notifications** | ๐Ÿ”” `:bell:` | Notification | "Send email notification on user registration" | "Implement push notifications for real-time updates" |
| **Compatibility** | ๐Ÿ” `:repeat_one:` | Compatibility | "Ensure compatibility with Java 11" | "Test compatibility with latest browser versions" |
| **Concurrency** | ๐Ÿ”„ `:arrows_counterclockwise:` | Concurrency | "Implement thread-safe caching mechanism" | "Optimize concurrency for parallel processing" |
| **Bug Investigation** | ๐Ÿ” `:mag:` | Bug Investigation | "Investigate and fix issue with data corruption" | "Analyze and address bug reports from user feedback" |
| **Third-Party Integration** | ๐Ÿค `:handshake:` | Third-Party Integration | "Integrate payment gateway for online transactions" | "Implement API integration for third-party service" |
| **Mocking/Faking** | ๐Ÿค– `:robot:` | Mocking/Faking Services | "Implement mock service for external API testing" | "Create dummy data service for testing purposes" |
| **Error Handling** | ๐Ÿšฆ `:traffic_light:` | Error Handling | "Improve error handling for user input validation" | "Enhance error messages for better user understanding" |
| **Logging Improvement** | ๐Ÿ“ˆ `:chart_with_upwards_trend:` | Logging Improvement | "Enhance logging to capture additional metrics" | "Implement log rotation for efficient log management" |