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