mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
823e157b73
fix: Correct spelling of CHANGLOG |
||
---|---|---|
_layouts | ||
css | ||
js | ||
lang/es | ||
script | ||
spec | ||
_config_local.yml | ||
_config.yml | ||
.gitignore | ||
CNAME | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
index.md | ||
Procfile | ||
Rakefile | ||
README.md |
ConventionalCommits.org
This repo is the home of the Conventional Commits specification.
Repo Layout
./index.md
: contains the current version of the specification../spec
: contains past versions of the specification../lang
: contains various translations of the specification.
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 folder in
lang/
with the appropriate language tag. - Add a translated
index.md
to that folder. - Add a translated
spec/vX.X.X.md
for the latest spec to that folder. - Ensure all files have the appropriate
title
andlanguage
front matter (see others as an example). - Add the language to the
_config.yml
file.
Badges!
Tell your users that you use the Conventional Commits specification:
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
Thank you semver.org
We used semver.org as a blueprint for both the website and structure of this specification.