{"id":23023311,"url":"https://github.com/estebanways/git-commit-emoji-conventions","last_synced_at":"2025-04-02T19:28:44.024Z","repository":{"id":206737397,"uuid":"717584632","full_name":"estebanways/git-commit-emoji-conventions","owner":"estebanways","description":"🛠️ A Git Commit Emoji Conventions Table","archived":false,"fork":false,"pushed_at":"2023-11-12T02:28:20.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T09:47:36.451Z","etag":null,"topics":["ai-commits","commit","commit-message","commits","conventional-commits","developer-tool","emoji","emoji-picker","emojipedia","git","programming-fundamentals"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/estebanways.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-11T23:03:03.000Z","updated_at":"2023-11-12T00:11:25.000Z","dependencies_parsed_at":"2023-11-12T00:21:15.600Z","dependency_job_id":"8f5b2ed3-3deb-473d-989f-2029f90de6a6","html_url":"https://github.com/estebanways/git-commit-emoji-conventions","commit_stats":null,"previous_names":["estebanways/git-commit-emoji-conventions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanways%2Fgit-commit-emoji-conventions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanways%2Fgit-commit-emoji-conventions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanways%2Fgit-commit-emoji-conventions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanways%2Fgit-commit-emoji-conventions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanways","download_url":"https://codeload.github.com/estebanways/git-commit-emoji-conventions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246878992,"owners_count":20848650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-commits","commit","commit-message","commits","conventional-commits","developer-tool","emoji","emoji-picker","emojipedia","git","programming-fundamentals"],"created_at":"2024-12-15T13:13:04.039Z","updated_at":"2025-04-02T19:28:44.002Z","avatar_url":"https://github.com/estebanways.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-commit-emoji-conventions\n\n\n### Git Commit Emoji conventions\n\n| Category                   | Emoji                           | Description                                          | Commit Example 1                                | Commit Example 2                              |\n|----------------------------|---------------------------------|------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|\n| **Fundamental**            | ✨ `:sparkles:`                  | Feature                                              | \"Implement user authentication feature\"                | \"Add OAuth2 support for user authentication\"           |\n|                            | 🐛 `:bug:`                       | Bug Fix                                              | \"Fix null pointer exception in user login\"             | \"Resolve issue with incorrect error handling\"          |\n|                            | 📚 `:books:`                     | Documentation                                        | \"Update API documentation for new endpoints\"          | \"Add usage examples to API documentation\"              |\n|                            | 💎 `:gem:` 🔨 `:hammer:`         | Code Style/Refactoring                               | \"Refactor utility class for better readability\"        | \"Improve code structure in utility functions\"          |\n|                            | 🏎️ `:racing_car:`               | Performance Improvement                              | \"Optimize database queries for faster response\"       | \"Improve caching mechanism for better performance\"    |\n|                            | 🚨 `:rotating_light:`           | Testing                                              | \"Add unit tests for user registration module\"          | \"Enhance test coverage for user authentication\"       |\n|                            | 📦 `:package:` 👷 `:construction_worker:` | Build/Continuous Integration                    | \"Update dependencies for security patch\"               | \"Configure CI/CD pipeline for automated testing\"      |\n|                            | 🔧 `:wrench:` 🧹 `:broom:`       | Chore/Cleanup                                        | \"Remove unused variables and optimize imports\"         | \"Clean up code for better codebase maintenance\"        |\n| **Development**            | 👀 `:eyes:`                      | Code Review                                          | \"Address code review feedback for feature X\"           | \"Incorporate code review suggestions for feature Y\"    |\n|                            | 🔀 `:twisted_rightwards_arrows:` | Data Model Changes                              | \"Add new fields to the user model\"                      | \"Modify database schema to support new features\"       |\n|                            | 🔃 `:arrows_counterclockwise:` | Dependency Update                                    | \"Update Spring Boot version to 2.5.0\"                  | \"Upgrade dependencies to latest versions\"              |\n|                            | ⏪ `:rewind:`                    | Revert                                               | \"Revert last commit due to issues\"                     | \"Undo recent changes to fix unintended consequences\"  |\n|                            | 🌐 `:globe_with_meridians:`      | Localization/Internationalization                   | \"Translate error messages to French\"                  | \"Localize UI strings for Spanish language\"             |\n| **Infrastructure**         | 🚚 `:truck:`                     | Deployment                                           | \"Deploy application to production server\"              | \"Automate deployment process with Docker\"             |\n|                            | 📥 `:inbox_tray:`                | Dependency Management                                | \"Add new library for enhanced data processing\"         | \"Manage dependencies with Gradle for consistency\"     |\n| **Security**               | 🛡️ `:shield:`                   | Security                                             | \"Implement secure password hashing\"                    | \"Enhance encryption for sensitive user data\"           |\n| **Data Management**        | 🗃️ `:file_cabinet:`             | Database                                             | \"Create migration script for new database schema\"       | \"Optimize database indexes for improved performance\"  |\n|                            | 📋 `:clipboard:` 📊 `:bar_chart:` | Logging                                          | \"Update logging format for better analysis\"            | \"Implement structured logging for easier troubleshooting\"|\n|                            | 🛑 `:octagonal_sign:`            | Data Validation                                      | \"Validate user input to prevent SQL injection\"         | \"Implement input validation for form submissions\"      |\n| **User Interface (UI)**    | 🎨 `:art:`                       | User Interface (UI)                                  | \"Redesign homepage for improved user experience\"       | \"Implement responsive design for mobile users\"        |\n| **Release**                | 🎉 `:tada:`                      | Release                                              | \"Release version 1.0.0 with new features\"               | \"Prepare release candidate for QA testing\"            |\n| **Performance**            | ⏱️ `:stopwatch:`                 | Performance Testing                                  | \"Run load tests to measure system performance\"         | \"Conduct stress testing to identify performance bottlenecks\"|\n| **Configuration and Settings** | ⚙️ `:gear:`                  | Configuration                                        | \"Update application properties for production\"         | \"Configure environment variables for deployment\"      |\n| **Feature Management**     | 🎚️ `:level_slider:`              | Feature Toggle                                       | \"Implement feature toggle for experimental feature\"    | \"Enable feature toggle for A/B testing\"               |\n| **Notifications**          | 🔔 `:bell:`                      | Notification                                         | \"Send email notification on user registration\"         | \"Implement push notifications for real-time updates\"   |\n| **Compatibility**          | 🔁 `:repeat_one:`                | Compatibility                                       | \"Ensure compatibility with Java 11\"                   | \"Test compatibility with latest browser versions\"     |\n| **Concurrency**            | 🔄 `:arrows_counterclockwise:`   | Concurrency                                          | \"Implement thread-safe caching mechanism\"              | \"Optimize concurrency for parallel processing\"        |\n| **Bug Investigation**      | 🔍 `:mag:`                       | Bug Investigation                                   | \"Investigate and fix issue with data corruption\"        | \"Analyze and address bug reports from user feedback\"  |\n| **Third-Party Integration** | 🤝 `:handshake:`                 | Third-Party Integration                              | \"Integrate payment gateway for online transactions\"    | \"Implement API integration for third-party service\"   |\n| **Mocking/Faking**         | 🤖 `:robot:`                     | Mocking/Faking Services                              | \"Implement mock service for external API testing\"      | \"Create dummy data service for testing purposes\"      |\n| **Error Handling**         | 🚦 `:traffic_light:`     | Error Handling                                       | \"Improve error handling for user input validation\"      | \"Enhance error messages for better user understanding\" |\n| **Logging Improvement**    | 📈 `:chart_with_upwards_trend:` | Logging Improvement                                  | \"Enhance logging to capture additional metrics\"        | \"Implement log rotation for efficient log management\"  |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanways%2Fgit-commit-emoji-conventions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanways%2Fgit-commit-emoji-conventions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanways%2Fgit-commit-emoji-conventions/lists"}