Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 283 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 283 Bytes

MPPI ISAAC Contributing guidelines

Commit messages

It would be nice to format commits according to https://www.conventionalcommits.org/en/v1.0.0/: Simply use the following commit format:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]