From 5d7f96caf54b71e4879ed89b85dc0a267120bdcf Mon Sep 17 00:00:00 2001 From: Niklas Hofer Date: Wed, 30 Jul 2025 19:20:04 +0200 Subject: [PATCH] docs: hint at conventional commits specification This is enforced by github actions. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5d93bac..0d9017b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,7 @@ 1. Fork it (https://github.com/elixir-tesla/tesla/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) +3. Commit your changes (`git commit -am 'feat: Add some feature'`) + Please follow the conventional commit specification (https://www.conventionalcommits.org) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request