Go to file
James J. Womack 823e157b73 Merge pull request #13 from raamdev/patch-1
fix: Correct spelling of CHANGLOG
2017-06-13 10:53:59 -07:00
_layouts feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
css feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
js feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
lang/es feat: enable BREAKING with all types (#11) 2017-05-04 22:34:01 -07:00
script feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
spec feat: enable BREAKING with all types (#11) 2017-05-04 22:34:01 -07:00
_config_local.yml feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
_config.yml feat: enable BREAKING with all types (#11) 2017-05-04 22:34:01 -07:00
.gitignore feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
CNAME feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
config.ru feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
Gemfile feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
Gemfile.lock feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
index.md fix: Correct spelling of CHANGLOG 2017-05-29 14:50:42 -04:00
Procfile feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
Rakefile feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00
README.md feat: use semver.org as a basis for conventionalcommits.org (#2) 2017-04-08 11:57:18 -07:00

ConventionalCommits.org

Conventional Commits

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

  1. Create a new folder in lang/ with the appropriate language tag.
  2. Add a translated index.md to that folder.
  3. Add a translated spec/vX.X.X.md for the latest spec to that folder.
  4. Ensure all files have the appropriate title and language front matter (see others as an example).
  5. 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.