From 6cb45adfeec92ac59a8eeccbacbdb3f12c36931f Mon Sep 17 00:00:00 2001 From: alexanderdavide <alexeble1998@gmail.com> Date: Thu, 10 Mar 2022 19:17:29 +0000 Subject: [PATCH] docs: changed commit guidelines to conventional commits --- .github/CONTRIBUTING.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 05d44ff..a7d57ba 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,7 +18,7 @@ 2. Please commit any pull requests against the `master` branch. -3. Use semantic commit messages whenever you commit changes, as these help me understand your contribution better and track your changes. If you are not familiar with semantic commit messages, you can find a good introduction under [this](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) link. Please refrain from using non-descriptive commit messages or filing large changes as a single commit. +3. Use conventional commit messages whenever you commit changes, as these help me understand your contribution better and track your changes. If you are not familiar with conventional commit messages, you can find a good introduction under [this](https://www.conventionalcommits.org/en/v1.0.0/) link. Please refrain from using non-descriptive commit messages or filing large changes as a single commit. 4. When deciding if I merge a pull request, I look at the following things: -- Gitblit v1.10.0