From 5757fb042b423ca6eb9f143d321f099a6b4a161a Mon Sep 17 00:00:00 2001 From: CrazyCloudCraft | Argantiu <95505222+CrazyCloudCraft@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:30:07 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5cb7669..29dfaab 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -80,7 +80,7 @@ format that includes a **type**, a **scope** and a **subject**: ``` > Any line of the commit message cannot be longer 100 characters!
- This allows the message to be easier to read on GitHub as well as in various Git tools. +> This allows the message to be easier to read on GitHub as well as in various Git tools. ##### Type Must be one of the following: @@ -121,7 +121,7 @@ The footer should contain any information about **Breaking Changes** and is also reference GitHub issues that this commit **Closes**, **Fixes**, or **Relates to**. > Breaking Changes are intended to be highlighted in the ChangeLog as changes that will require - community users to modify their code after updating to a version that contains this commit. +> community users to modify their code after updating to a version that contains this commit. ##### Sample Commit messages: ```text