From 285afbf0e30c77c2d5068f37cdd2f42b86209b7b Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:18:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(readme.md):=20improve=20rea?= =?UTF-8?q?dability=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 137 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index b630fd5..3f28c49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Git-commit-plugin For Vscode +# Git Commit Plugin For VS Code +> Automatically generate git commit messages ![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/redjue.git-commit-plugin) ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/redjue.git-commit-plugin) @@ -9,9 +10,15 @@ ![GitHub last commit](https://img.shields.io/github/last-commit/RedJue/git-commit-plugin) ![GitHub](https://img.shields.io/github/license/RedJue/git-commit-plugin?color=green) -### Install above vscode (version >=1.42.0) and The git plugin needs to be installed. -### Follow the [Angular Team Commit Specification](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines),like the following: +## Requirements + +- VS Code `1.42.0` or higher. +- VS Code's built-in Git plugin + +## Format + +This extension follows the [Angular Team Commit Specification](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines), as follows: ``` (): @@ -21,18 +28,22 @@