{"id":23749406,"url":"https://github.com/dewitt4/github-style-guide","last_synced_at":"2026-01-26T18:04:10.741Z","repository":{"id":79812460,"uuid":"402146097","full_name":"dewitt4/Github-Style-Guide","owner":"dewitt4","description":"This style guide acts as my official style guide to follow when committing","archived":false,"fork":false,"pushed_at":"2021-09-01T17:28:22.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-24T19:44:41.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dewitt4.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":"2021-09-01T17:24:17.000Z","updated_at":"2023-04-10T18:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f49ef1a-0501-4f7d-95f7-0ef8a012e4eb","html_url":"https://github.com/dewitt4/Github-Style-Guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dewitt4/Github-Style-Guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewitt4%2FGithub-Style-Guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewitt4%2FGithub-Style-Guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewitt4%2FGithub-Style-Guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewitt4%2FGithub-Style-Guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dewitt4","download_url":"https://codeload.github.com/dewitt4/Github-Style-Guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewitt4%2FGithub-Style-Guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28784093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-31T15:18:37.465Z","updated_at":"2026-01-26T18:04:10.735Z","avatar_url":"https://github.com/dewitt4.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Style Guide\nThis style guide acts as my official style guide to follow when committing - to have consistancy in my commits \n\n# Commit Messages\n## Message Structure\nA commit messages consists of three distinct parts separated by a blank line: the title, an optional body and an optional footer. The layout looks like this:\n\ntype: Subject\n\nbody\n\nfooter\nThe title consists of the type of the message and subject.\n\n## The Type\nThe type is contained within the title and can be one of these types:\n\nfeat: A new feature\nfix: A bug fix\ndocs: Changes to documentation\nstyle: Formatting, missing semi colons, etc; no code change\nrefactor: Refactoring production code\ntest: Adding tests, refactoring test; no production code change\nchore: Updating build tasks, package manager configs, etc; no production code change\nThe Subject\nSubjects should be no greater than 50 characters, should begin with a capital letter and do not end with a period.\n\nUse an imperative tone to describe what a commit does, rather than what it did. For example, use change; not changed or changes.\n\n## The Body\nNot all commits are complex enough to warrant a body, therefore it is optional and only used when a commit requires a bit of explanation and context. Use the body to explain the what and why of a commit, not the how.\n\nWhen writing a body, the blank line between the title and the body is required and you should limit the length of each line to no more than 72 characters.\n\n## The Footer\nThe footer is optional and is used to reference issue tracker IDs.\n\n## Example Commit Message\nfeat: Summarize changes in around 50 characters or less\n\nMore detailed explanatory text, if necessary. Wrap it to about 72\ncharacters or so. In some contexts, the first line is treated as the\nsubject of the commit and the rest of the text as the body. The\nblank line separating the summary from the body is critical (unless\nyou omit the body entirely); various tools like `log`, `shortlog`\nand `rebase` can get confused if you run the two together.\n\nExplain the problem that this commit is solving. Focus on why you\nare making this change as opposed to how (the code explains that).\nAre there side effects or other unintuitive consequences of this\nchange? Here's the place to explain them.\n\nFurther paragraphs come after blank lines.\n\n - Bullet points are okay, too\n\n - Typically a hyphen or asterisk is used for the bullet, preceded\n   by a single space, with blank lines in between, but conventions\n   vary here\n\nIf you use an issue tracker, put references to them at the bottom,\nlike this:\n\nResolves: #123\nSee also: #456, #789\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewitt4%2Fgithub-style-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdewitt4%2Fgithub-style-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewitt4%2Fgithub-style-guide/lists"}