From 89f040c6aab4a8a9e76c3640a254c282e163fb77 Mon Sep 17 00:00:00 2001 From: Gabriel Porras Date: Tue, 25 Jun 2019 14:48:07 -0500 Subject: [PATCH] docs: add Git Commit Template plugin to the tool section (#164) --- content/next/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/next/index.md b/content/next/index.md index ecd528e..df615cb 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -178,6 +178,7 @@ The first draft of this specification has been written in collaboration with som Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects. * [conform](https://github.com/autonomy/conform): a tool that can be used to enforce policies on git repositories, including conventional commits. * [standard-version](https://github.com/conventional-changelog/standard-version): Automatic versioning and CHANGELOG management, using GitHub's new squash button and the recommended Conventional Commits workflow. +* [Git Commit Template](https://plugins.jetbrains.com/plugin/9861-git-commit-template): Add _Conventional Commits_ support to [JetBrains Editors](https://www.jetbrains.com/) (IntelliJ IDEA, PyCharm, PhpStorm...). ## Projects Using Conventional Commits