{"id":19072900,"url":"https://github.com/one2r/commit-msg-hook","last_synced_at":"2025-10-27T18:04:27.046Z","repository":{"id":146592475,"uuid":"491833833","full_name":"One2r/commit-msg-hook","owner":"One2r","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-17T09:54:40.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T15:03:12.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/One2r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-13T09:18:47.000Z","updated_at":"2024-07-17T09:54:44.000Z","dependencies_parsed_at":"2024-07-17T12:02:35.181Z","dependency_job_id":null,"html_url":"https://github.com/One2r/commit-msg-hook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/One2r/commit-msg-hook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One2r%2Fcommit-msg-hook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One2r%2Fcommit-msg-hook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One2r%2Fcommit-msg-hook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One2r%2Fcommit-msg-hook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/One2r","download_url":"https://codeload.github.com/One2r/commit-msg-hook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One2r%2Fcommit-msg-hook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260350644,"owners_count":22995786,"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":[],"created_at":"2024-11-09T01:44:32.530Z","updated_at":"2025-10-27T18:04:22.012Z","avatar_url":"https://github.com/One2r.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commit-msg-hook\nGit hook that enforces semantic commit messages.\n\n## Installation\n\n### Manual \n```\ncurl --fail -o .git/hooks/commit-msg https://raw.githubusercontent.com/One2r/commit-msg-hook/master/commit-msg.sh \u0026\u0026 chmod 500 .git/hooks/commit-msg\n```\n\n### By pre-commit\nSee detail by: https://pre-commit.com\n\n## Usage\n\nGit commit message format:\n```\ntype(scope): message\n```\nA example commit:\n```\ngit commit -a -m \"feat: a new featur\"\n```\n\n### Type \nMust be one of the following:\n\n* **feat**: a new feature is introduced with the changes\n* **fix**: a bug fix has occurred\n* **chore**: changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies)\n* **refactor**: refactored code that neither fixes a bug nor adds a feature\n* **docs**: updates to documentation such as a the README or other markdown files\n* **style**: changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on.\n* **test**: including new or correcting previous tests\n* **perf**: performance improvements\n* **ci**: continuous integration related\n* **build**: changes that affect the build system or external dependencies\n* **revert**: reverts a previous commit \n* **workflow**:\n* **release**:\n\n### Scope\nThe scope could be anything specifying place of the commit change. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone2r%2Fcommit-msg-hook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fone2r%2Fcommit-msg-hook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone2r%2Fcommit-msg-hook/lists"}