Go to file
Ana Filipe 6b4b5d58ce
feat!: support promoting pre-release versions to 1.0 (#561)
Solution based on PR #214, to address Issue #165
2024-03-28 08:57:04 +11:00
.idea fix: make v.1.0.0 public again on the website 2020-04-20 17:23:17 +02:00
archetypes ui: move about to another page (#381) 2021-07-12 13:43:00 -07:00
content feat!: support promoting pre-release versions to 1.0 (#561) 2024-03-28 08:57:04 +11:00
data style: Move to new UI 2018-09-16 23:40:02 +02:00
layouts style: Move to new UI 2018-09-16 23:40:02 +02:00
static feat(website): add favicon (#416) 2021-12-30 22:37:52 -05:00
themes/conventional-commits fix(theme): remove translations length from dropdown menu (#478) 2022-11-03 14:12:23 -04:00
_redirects feat: release 1.0.0 of specification (#175) 2019-09-30 00:11:17 -04:00
.gitignore build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
.node-version build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
CODE_OF_CONDUCT.md chore: Add code of conduct (#55) 2018-05-24 10:55:55 -07:00
config.yaml fix(ko): fix translation typo for message (#567) 2024-01-29 23:49:09 +11:00
CONTRIBUTING.md chore(contributing): remove duplicated word 2019-02-04 15:30:50 +01:00
docker-compose.yml style: Move to new UI 2018-09-16 23:40:02 +02:00
Dockerfile build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
Dockerfile.dev build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
LICENSE chore: Add MIT LICENSE (#56) 2018-05-24 10:55:26 -07:00
Makefile build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
README.md docs(readme): 📝 update metadata badge (#438) 2022-04-14 21:43:19 -07:00

ConventionalCommits.org

Conventional Commits

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

  • ./content: contains all the versions of the specification.
  • ./content/next/: contains the version of the specification (where all the changes SHOULD be made).
  • ./content/**/index.[lang].md: 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

  1. Create a new file in ./content/version/index.[lang].md using the hugo command hugo new [version]/index.[lang].md.
  2. Ensure all files have the appropriate fields required (see others as an example)..
  3. Add the language to the config.yaml 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 docker-compose up to make it run locally.

Once the website will be compiled, you can see the website visiting http://localhost:1313

Badges!

Tell your users that you use the Conventional Commits specification:

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

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.