LP-602 Re-enable rx_status checking in usb_csc to optionally reenable rx after reset
[librepilot.git] / .commit-template
blob4eba4eed59cf17529212e887cc1a431e8b1c98c3
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:
11 #       make uncrustify_all 
12 # You can format flight or ground code only using respectively 
13 # uncrustify_flight or uncrustify_ground