conventional-commits / conventionalcommits.org
The conventional commits specification
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing conventional-commits/conventionalcommits.org in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewConventionalCommits.org This repo is the home of the Conventional Commits specification. Repo Layout We use HUGO as static site generator, so we use the directory structure HUGO proposes. Our implementation • : contains all the versions of the specification. • : contains the version of the specification (where all the changes SHOULD be made). • : contains the content of the specification, if a language is specified it's a translation. Contributing We'd love your help refining the language of this specification, fixing typos, or adding more translations. Please don't hesitate to send a pull request. Adding a translation • Create a new file in using the hugo command . • Ensure all files have the appropriate fields required (see others as an example).. • Add the language to the file (see others as an example). Running project locally There's a docker-compose.yml file ready that will help you to check if the website looks good! To run it make sure you have docker-compose installed on your machine and just use the command to make it run locally. Once the website will be compiled, you can see the website visiting Badges! Tell your users that you use the Conventional Commits specification: Thank you To **Lorenzo D'Ianni** for the great effort creating the CSS and the HTML for the new UI. To **Netlify** to host our project, giving us a lot of amazing built in functionality for free. To **semver.org**: we used semver.org as a blueprint for the structure of this specification and the first version of the website.