{"id":15511757,"url":"https://github.com/pvdlg/conventional-commit-types","last_synced_at":"2025-10-12T08:32:00.163Z","repository":{"id":41092917,"uuid":"100127844","full_name":"pvdlg/conventional-commit-types","owner":"pvdlg","description":"List of conventional commit types with emoji :tada:","archived":true,"fork":false,"pushed_at":"2017-08-27T05:04:06.000Z","size":342,"stargazers_count":693,"open_issues_count":0,"forks_count":87,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-02T09:54:17.997Z","etag":null,"topics":["commitizen","conventional-commits","emoji"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pvdlg.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}},"created_at":"2017-08-12T17:33:35.000Z","updated_at":"2024-09-30T20:05:01.000Z","dependencies_parsed_at":"2022-07-14T08:17:13.241Z","dependency_job_id":null,"html_url":"https://github.com/pvdlg/conventional-commit-types","commit_stats":null,"previous_names":["vanduynslagerp/conventional-commit-types"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvdlg%2Fconventional-commit-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvdlg%2Fconventional-commit-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvdlg%2Fconventional-commit-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvdlg%2Fconventional-commit-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvdlg","download_url":"https://codeload.github.com/pvdlg/conventional-commit-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236188354,"owners_count":19109393,"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":["commitizen","conventional-commits","emoji"],"created_at":"2024-10-02T09:53:12.783Z","updated_at":"2025-10-12T08:31:54.876Z","avatar_url":"https://github.com/pvdlg.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[DEPRECATED] - Use [conventional-changelog-metahub](https://github.com/vanduynslagerp/conventional-changelog-metahub) instead\n\n# **conventional-commit-types**\n\nList of conventional commit types, extending [conventional-commit-types](https://github.com/commitizen/conventional-commit-types), with emojis and additionnal commit types (aliases).\n\n[![npm](https://img.shields.io/npm/v/@metahub/conventional-commit-types.svg)](https://www.npmjs.com/package/@metahub/conventional-commit-types)\n[![npm](https://img.shields.io/npm/dt/@metahub/conventional-commit-types.svg)](https://www.npmjs.com/package/@metahub/conventional-commit-types)\n[![Greenkeeper badge](https://badges.greenkeeper.io/vanduynslagerp/conventional-commit-types.svg)](https://greenkeeper.io/)\n[![license](https://img.shields.io/github/license/vanduynslagerp/conventional-commit-types.svg)](https://github.com/vanduynslagerp/conventional-commit-types/blob/master/LICENSE)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n[![Travis](https://img.shields.io/travis/vanduynslagerp/conventional-commit-types.svg)](https://travis-ci.org/vanduynslagerp/conventional-commit-types)\n[![Codecov](https://img.shields.io/codecov/c/github/vanduynslagerp/conventional-commit-types.svg)](https://codecov.io/gh/vanduynslagerp/conventional-commit-types)\n\nUsed by [cz-conventional-commit](https://github.com/vanduynslagerp/cz-conventional-commit).\n\nCommit types originally from:\n* [Angular Git Commit Message Conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type)\n* [commitizen/cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog)\n* [conventional-commit-types](https://github.com/commitizen/conventional-commit-types)\n\n## Commit types\n\n| Commit Type | Title                    | Description                                                                                                 | Emoji  |\n| ----------- | ------------------------ | ----------------------------------------------------------------------------------------------------------- |:------:|\n| `feat`      | Features                 | A new feature                                                                                               | ✨     |\n| `fix`       | Bug Fixes                | A bug Fix                                                                                                   | 🐛     |\n| `docs`      | Documentation            | Documentation only changes                                                                                  | 📚     |\n| `style`     | Styles                   | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)      | 💎     |\n| `refactor`  | Code Refactoring         | A code change that neither fixes a bug nor adds a feature                                                   | 📦     |\n| `perf`      | Performance Improvements | A code change that improves performance                                                                     | 🚀     |\n| `test`      | Tests                    | Adding missing tests or correcting existing tests                                                           | 🚨     |\n| `build`     | Builds                   | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)         | 🛠     |\n| `ci`        | Continuous Integrations  | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) | ⚙️     |\n| `chore`     | Chores                   | Other changes that don't modify src or test files                                                           | ♻️     |\n| `revert`    | Reverts                  | Reverts a previous commit                                                                                   | 🗑     |\n\n## Commit aliases\n\nAliases allow to have additionnal commit types (in a tool like [commitizen](https://github.com/commitizen/cz-cli) for example) that can be formatted to follow [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit).\n\nFor example the [commitizen](https://github.com/commitizen/cz-cli) CLI can present the choice `initial` and the final commit message will be 'feat: Initial commit 🎉'\n\n| Commit Type        | Maps to | Title             | Description                     | Emoji  |\n| ------------------ | ------- | ----------------- | ------------------------------  |:------:|\n| `initial`          | `feat`  | Initial           | Initial commit                  | 🎉     |\n| `dependencies`     | `fix`   | Dependencies      | Update dependencies             | ⏫     |\n| `peerDependencies` | `fix`   | Peer dependencies | Update peer dependencies        | ⬆️     |\n| `devDependencies`  | `chore` | Dev dependencies  | Update development dependencies | 🔼     |\n| `metadata`         | `fix`   | Metadata          | Update metadata (package.json)  | 📦     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvdlg%2Fconventional-commit-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvdlg%2Fconventional-commit-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvdlg%2Fconventional-commit-types/lists"}