From 4a95112cb385a3a697a757590dd66890aab9a68d Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 23 Apr 2019 13:41:02 +1000 Subject: [PATCH] fix: terminate types by a colon --- content/next/index.md | 2 +- content/v1.0.0-beta.4/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/next/index.md b/content/next/index.md index 8c926cc..ecf246c 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -80,7 +80,7 @@ closes issue #12 The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt). 1. Commits MUST be prefixed with a type, which consists of a noun, `feat`, `fix`, etc., followed - by an OPTIONAL scope, and a REQUIRED terminal semicolon and space. + by an OPTIONAL scope, and a REQUIRED terminal colon and space. 1. The type `feat` MUST be used when a commit adds a new feature to your application or library. 1. The type `fix` MUST be used when a commit represents a bug fix for your application. 1. A scope MAY be provided after a type. A scope MUST consist of a noun describing a diff --git a/content/v1.0.0-beta.4/index.md b/content/v1.0.0-beta.4/index.md index d9b397b..2eab838 100644 --- a/content/v1.0.0-beta.4/index.md +++ b/content/v1.0.0-beta.4/index.md @@ -81,7 +81,7 @@ closes issue #12 The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt). 1. Commits MUST be prefixed with a type, which consists of a noun, `feat`, `fix`, etc., followed - by an OPTIONAL scope, and a REQUIRED terminal semicolon and space. + by an OPTIONAL scope, and a REQUIRED terminal colon and space. 1. The type `feat` MUST be used when a commit adds a new feature to your application or library. 1. The type `fix` MUST be used when a commit represents a bug fix for your application. 1. A scope MAY be provided after a type. A scope MUST consist of a noun describing a