Skip to content

Commit

Permalink
GITHUB: add link and commit rules to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billbonney committed Jul 6, 2014
1 parent 5fbd68b commit ab135da
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ and make sure you use a descriptive branch name

### Commit your changes

Always write descriptive commit messages and add a fixes or relates note to them with an issue number
Always write descriptive commit messages and add a fixes or relates note to them with an issue number. The format is
```
<SUBSYSTEM>: <SHORT_DESCRIPTON>
<LINE LONG_DESCRITPION>
```
APM Planner 2.0 Git Subsystems Names - https://docs.google.com/spreadsheets/d/1pvwlyny6EMIYt-viCxiLug-BUYC-jSYIWxciZIntUew/edit?usp=sharing

**Example:**

```
Mission Wdit Widget: Add support for new command ROI
Mission Edit Widget: Add support for new command ROI
Added support for multiple ROIs in missions edit widget
and removed the unessecary mission lines
Expand Down

0 comments on commit ab135da

Please sign in to comment.