diff --git a/Contribution-Tutorial.md b/Contribution-Tutorial.md index 9137154..c97046d 100644 --- a/Contribution-Tutorial.md +++ b/Contribution-Tutorial.md @@ -153,7 +153,7 @@ Now pick a name for your new branch. Try to choose the name which doesn't alread ![List of branches](https://raw.githubusercontent.com/boostorg/geometry/gh_wiki/contribution/branch_a.png) -or check them directly on GitHub. +or check them on GitHub. Lets say that you'd like to add some new feature. To reflect that, and because Boost is using the [GitFlow](nvie.com/posts/a-successful-git-branching-model/) branching model, you could name your branch `feature/example`. Choosing the name for a branch is up to you since it won't be created in the original Boost.Geometry repository.