3 # *************** LibrePilot commits guidelines ***************
4 # Each commit needs to have a message like the following sample:
5 # LP-188 Determine AccelTau based on usage
7 # It needs to begin with a reference to one or more Jira tickets followed by a short description.
8 # If needed add a longer description in the following lines, after an empty line.
10 # Before committing, ensure your code is properly formatted using:
12 # You can format flight or ground code only using respectively
13 # uncrustify_flight or uncrustify_ground