Updated Contribution Tutorial (markdown)

Adam Wulkiewicz 2017-03-06 01:22:07 +01:00
parent 85612d7c0b
commit 89f3f27f27

@ -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) ![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. 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.