From ebe51bdbf1dff514168f4c84ab0f2cbe7c746993 Mon Sep 17 00:00:00 2001 From: Inter Date: Wed, 15 May 2024 17:23:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(contributing):=20add=20note?= =?UTF-8?q?=20about=20conventional=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d618b5..1c921f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ git checkout -m "✨ feat: [commit message here]" git push ``` +> When writing commit messages, make sure to follow the [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/) guidelines. If you would like, you can use [Gitmoji](https://gitmoji.dev) aswell for commit emojis. + You can now create a [pull request](https://github.com/inttter/md-badges/pulls) to the repository with your changes. ## Reporting an issue