Skip to content

Commit

Permalink
LP-88 Update commit template
Browse files Browse the repository at this point in the history
  • Loading branch information
f5soh committed Oct 31, 2015
1 parent 3b2795e commit 1a27b29
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .commit-template
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@


# *************** OpenPilot commits guidelines ***************
# *************** LibrePilot commits guidelines ***************
# Each commit needs to have a message like the following sample:
# OP-1150 UI for thermal calibration: Connect State machine to UI
# 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:
# 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
#
# To automatically create a review, append the following smart commit messages:
# +review OPReview
#
# To append the commit to an existing review, use the following smart commit message:
# +review OPReview-NNN
# For example "+review OPReview-609"
#
# *NOTE* leave an empty line between the commit message and "smart commit command"
# Smart commits commands need to starts immediately at first column
# Naming branch with username and Jira ticket is also a good practice:
# e.g. username/LP-188_Determine_accel_tau

0 comments on commit 1a27b29

Please sign in to comment.