1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/.commit-template
2015-11-04 12:49:08 +00:00

15 lines
557 B
Plaintext

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