aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-03 14:46:06 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-03 14:46:06 +0200
commit74f0301fa1553be85d86f7869d70fdda75b4c7b9 (patch)
tree38fb558ee0bedd35ab112dae8198fb48026d3bae /CONTRIBUTING.md
parent7608628e9d3979814557438df0bd4f676ebe49a4 (diff)
downloadpx4-firmware-74f0301fa1553be85d86f7869d70fdda75b4c7b9.tar.gz
px4-firmware-74f0301fa1553be85d86f7869d70fdda75b4c7b9.tar.bz2
px4-firmware-74f0301fa1553be85d86f7869d70fdda75b4c7b9.zip
Changed branch name suggestion
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6f5fa7a3..3bf02fbff 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ First [fork and clone](https://help.github.com/articles/fork-a-repo) the project
*Always* branch off master for new features.
```
-git checkout -b my_descriptive_branch_name
+git checkout -b mydescriptivebranchname
```
### Edit and build the code