2014-01-14 11:05:16 +01:00
|
|
|
|
|
|
|
|
2015-10-31 20:45:04 +01:00
|
|
|
# *************** LibrePilot commits guidelines ***************
|
2014-01-13 12:24:23 +01:00
|
|
|
# Each commit needs to have a message like the following sample:
|
2015-10-31 20:45:04 +01:00
|
|
|
# LP-188 Determine AccelTau based on usage
|
2014-01-13 12:24:23 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2015-10-31 20:45:04 +01:00
|
|
|
# Before committing, ensure your code is properly formatted using:
|
2014-01-14 09:42:04 +01:00
|
|
|
# make uncrustify_all
|
|
|
|
# You can format flight or ground code only using respectively
|
|
|
|
# uncrustify_flight or uncrustify_ground
|
2015-10-31 20:45:04 +01:00
|
|
|
|