{"id":15416639,"url":"https://github.com/bunlong/git-commit-emoji","last_synced_at":"2025-04-19T14:33:55.892Z","repository":{"id":72262903,"uuid":"260860780","full_name":"Bunlong/git-commit-emoji","owner":"Bunlong","description":"Git Commit Emoji is a standard of Emoji for using on Git commit messages.","archived":false,"fork":false,"pushed_at":"2020-05-17T10:32:54.000Z","size":14,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T08:43:32.861Z","etag":null,"topics":["commit","commits","emoji","emoji-unicode","emojipedia","emojis","git","git-command","git-command-line","git-commit","git-commit-emoji","git-message","gitcommand","gitcommit","gitcommitemoji","gitemoji","github","gitmessage"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bunlong.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":"2020-05-03T08:37:18.000Z","updated_at":"2023-11-15T09:22:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"862baecc-2cbe-499c-90d9-c7df7b72495d","html_url":"https://github.com/Bunlong/git-commit-emoji","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"e98fa36b9cc82e54f64e70a404c9440dd7073cdc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunlong%2Fgit-commit-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunlong%2Fgit-commit-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunlong%2Fgit-commit-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunlong%2Fgit-commit-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bunlong","download_url":"https://codeload.github.com/Bunlong/git-commit-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249715410,"owners_count":21315040,"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":["commit","commits","emoji","emoji-unicode","emojipedia","emojis","git","git-command","git-command-line","git-commit","git-commit-emoji","git-message","gitcommand","gitcommit","gitcommitemoji","gitemoji","github","gitmessage"],"created_at":"2024-10-01T17:12:55.071Z","updated_at":"2025-04-19T14:33:55.863Z","avatar_url":"https://github.com/Bunlong.png","language":null,"readme":"# Git Commit Emoji\n\n`Git Commit Emoji` is **a standard of Emoji** for using on Git commit messages.\n\nA new way to improve or write git commit messages is using emoji to identify the type of a commit.\n\nThe commit message with emoji should be structured as follows:\n\n```\ngit commit \"\u003cemoji\u003e Commit message\"\n```\n\nExample:\n\n```\ngit commit \":beetle: Fix add missing field\"\n```\n\n## 📝 Standard Git Commit Type\n\n|   Commit Type                         | Emoji                                                     |\n|:--------------------------------------|:----------------------------------------------------------|\n| New feature                           | :sparkles: `:sparkles:`                                   |\n| Style                                 | :lipstick: `:lipstick:`                                   |\n| Refactor                              | :recycle: `:recycle:`                                     |\n| Test                                  | :rotating_light: `:rotating_light:`                       |\n| Make a test pass                      | :heavy_check_mark: `:heavy_check_mark:`                   |\n| Document                              | :book: `:book:`                                           |\n| Deploy                                | :rocket: `:rocket:`                                       |\n| Bug fix                               | :beetle: `:beetle:`                                       |\n| Work In Progress                      | :construction: `:construction:`                           |\n| Merge branches                        | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |\n| Format/Structure related              | :art: `:art:`                                             |\n| Internationalization and localization | :globe_with_meridians: `:globe_with_meridians:`           |\n| Performance                           | :racehorse: `:racehorse:`                                 |\n| Remove code or files                  | :fire: `:fire:`                                           |\n| Security                              | :lock: `:lock:`                                           |\n| Move or renmame files or folders      | :truck: `:truck:`                                         |\n| Initial commit                        | :tada: `:tada:`                                           |\n| Version tag                           | :bookmark: `:bookmark:`                                   |\n| Add a dependency                      | :heavy_plus_sign: `:heavy_plus_sign:`                     |\n| Upgrade dependencies                  | :arrow_up: `:arrow_up:`                                   |\n| Downgrade dependencies                | :arrow_down: `:arrow_down:`                               |\n| Configure files                       | :wrench: `:wrench:`                                       |\n| Revert changes                        | :rewind: `:rewind:`                                       |\n| Code review changes                   | :ok_hand: `:ok_hand:`                                     |\n| Breaking changes                      | :boom: `:boom:`                                           |\n| Reverting changes                     | :rewind: `:rewind:`                                       |\n| Package.json                          | :package: `:package:`                                     |\n| Docker related                        | :green_heart: `:green_heart:`                             |\n| Continuous integration                | :whale: `:whale:`                                         |\n| Mac related                           | :apple: `:apple:`                                         |\n| Linux related                         | :penguin: `:penguin:`                                     |\n\n## 😍 Inspiration\n\nInspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/commit-message-emoji)\n\n## 🌟 Contribution\n\nIf you think any of the `Git Commit Type Emoji` can be improved or added the new one, please [submit any issues](https://github.com/Bunlong/git-commit-emoji/issues).\n\nYour contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)\n\n## ⚖️ License\n\nThe MIT License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunlong%2Fgit-commit-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunlong%2Fgit-commit-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunlong%2Fgit-commit-emoji/lists"}