From 9c5254355d796cab019af92692a6dc1de67ff4f0 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Sun, 5 Apr 2020 14:20:55 +0800 Subject: [PATCH] docs: community projects --- README.md | 1 - docs/_sidebar.md | 1 + docs/reference-community-projects.md | 13 +++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/reference-community-projects.md diff --git a/README.md b/README.md index 1cabf4cd36..a64d7e8251 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,6 @@ is room and need for improvement. The items on the roadmap should enhance `commi - [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history - [commitizen](https://git.io/vwTym) – Simple commit conventions for internet citizens - [create-semantic-module](https://git.io/vFjFg) – CLI for quickly integrating commitizen and commitlint in new or existing projects -- [commitlint.io](https://github.com/tomasen/commitlintio) - helps your project to ensures nice and tidy commit messages without needing any download or installation ## License diff --git a/docs/_sidebar.md b/docs/_sidebar.md index d112ec0536..18a371d526 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -17,3 +17,4 @@ - [API](reference-api.md) - [Plugins](reference-plugins.md) - [Examples](reference-examples.md) + - [Community projects](reference-community-projects.md) diff --git a/docs/reference-community-projects.md b/docs/reference-community-projects.md new file mode 100644 index 0000000000..d6efb5ae01 --- /dev/null +++ b/docs/reference-community-projects.md @@ -0,0 +1,13 @@ +# Projects from the community + +## Remark + +?> These projects are not affiliated with us in any way. + +Before you use any of these projects make sure you know what you are doing. If you find anything weird about a project let us know. + +If you want to add a project to this list [open a pull request](https://github.com/conventional-changelog/commitlint/pulls). + +## List of Projects + +- [commitlint.io](https://github.com/tomasen/commitlintio) - helps your project to ensures nice and tidy commit messages without needing any download or installation