{"id":34908655,"url":"https://github.com/w666/git-guidelines","last_synced_at":"2026-05-22T08:11:03.526Z","repository":{"id":320790663,"uuid":"1083354035","full_name":"w666/git-guidelines","owner":"w666","description":"This is a very opiniated guideline used in my team. Parts of it are based on other guidelines. Some parts are based on my experience what I find useful.","archived":false,"fork":false,"pushed_at":"2025-10-25T21:24:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T23:21:45.977Z","etag":null,"topics":["git","guidelines","tldr"],"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/w666.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-25T21:01:55.000Z","updated_at":"2025-10-25T21:24:21.000Z","dependencies_parsed_at":"2025-10-25T23:33:14.909Z","dependency_job_id":null,"html_url":"https://github.com/w666/git-guidelines","commit_stats":null,"previous_names":["w666/git-guidelines"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/w666/git-guidelines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w666%2Fgit-guidelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w666%2Fgit-guidelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w666%2Fgit-guidelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w666%2Fgit-guidelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w666","download_url":"https://codeload.github.com/w666/git-guidelines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w666%2Fgit-guidelines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33334785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["git","guidelines","tldr"],"created_at":"2025-12-26T10:37:16.880Z","updated_at":"2026-05-22T08:11:03.520Z","avatar_url":"https://github.com/w666.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-guidelines\n\n## Commit Messages\n\n- Add issue number followed by colon `:`\n  - For GitHub and GitLab issue numbers use square brackets `[#123]:`\n  - For Jira issues brackets are not needed `PROJ-123:`\n- Use the imperative, present tense: \"Change\" not \"Changed\" nor \"Changes\"\n- Do capitalize the first letter\n- Do not end the first line with a period `.`\n\n## Branch Names\n\nBranch names must all lowercase and follow the pattern\n\n```bash\n${BRANCH_TYPE}-${ISSUE_NUMBER}-${SHORT_DESCRIPTION}\n```\n\nfor example `fix-123-handle-null-pointer`\n\n### Branch Types\n\n- `feature` or `feat`: when contains new feature or code refactoring\n- `documentation` or `doc`: any documentation chages\n- `test`: when adding tests\n- `fix`: for bug fixes\n\n## Commands\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw666%2Fgit-guidelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw666%2Fgit-guidelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw666%2Fgit-guidelines/lists"}