From 4d5457c73f6dba0bceeb3631f4d6f2815bc303cc Mon Sep 17 00:00:00 2001 From: Arjix <53124886+ArjixWasTaken@users.noreply.github.com> Date: Sat, 2 Oct 2021 22:58:35 +0300 Subject: [PATCH] changed the hash link for "Commit Message Guidelines" --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14612f1..9f78633 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,11 +3,11 @@ Thank you for taking the time to contribute. Please read the [CODE of CONDUCT](CODE_OF_CONDUCT.md). As a contributor, here are the guidelines we would like you to follow: -- [Commit Message Guidelines](#commit) +- [Commit Message Guidelines](#commit-message-guidelines-) --- -## Commit Message Guidelines 😎 +## Commit Message Guidelines 😎 In order to make git commit messages **easier to read** and faster to reason about, we follow some guidelines on most commits to keep the **format predictable**. Check [Conventional Commits specification](https://conventionalcommits.org) for more information about our guidelines. @@ -34,4 +34,4 @@ Must be one of the following: - **perf**: A code change that improves performance - **refactor**: A code change that neither fixes a bug nor adds a feature - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) -- **test**: Adding missing tests or correcting existing tests \ No newline at end of file +- **test**: Adding missing tests or correcting existing tests