- Fork it (https://github.com/elixir-tesla/tesla/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'feat: Add some feature') Please follow the conventional commit specification (https://www.conventionalcommits.org) - Push to the branch (
git push origin my-new-feature) - Create new Pull Request