Pantavisor Contribution Guidelines¶
In order to keep an homogeneous and encourage thoughtful commit messages, we follow the Conventional Commits Specification for our commit messages:
<type>: <description>
[optional body]
[optional footer(s)]
In order to land changes, you will need to create a Pull Request first. To do so, you need to create a branch.
For branches we use the type tag from Conventional Commits plus a meaningful name, using the underscore character _
to separate words:
<type>/<branch_name>
In the future, we will enforce this through our CI.