changed the hash link for "Commit Message Guidelines"

master
Arjix 2021-10-02 22:58:35 +03:00 committed by GitHub
parent 0ad98589ef
commit 4d5457c73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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-)
---
## <a name="commit"></a> 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
- **test**: Adding missing tests or correcting existing tests