From bb23016eb088e2a92a8e71db879460a76d4a8225 Mon Sep 17 00:00:00 2001 From: Alexey Dubovskoy Date: Sun, 7 Jan 2024 21:06:54 +0000 Subject: [PATCH] Mention semantic commit messages --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bcd136..8f22cd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,7 @@ Before writing any code, we recommend: - Create a Github issue if none already exists for the code change you'd like to make. - Write a comment on the Github issue indicating you're interested in contributing so maintainers can provide their perspective if needed. +- Use [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716), so release automation can kick-in. Keep your pull requests (PRs) small and open them early so you can get feedback on approach from maintainers before investing your time in larger changes.