diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6f5fa7a33..3bf02fbff3 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