Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading