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

15 lines
557 B
Plaintext
Raw Normal View History

2015-10-31 20:45:04 +01:00
# *************** LibrePilot commits guidelines ***************
# 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
#
# 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:
# 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