Notes about branch management

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-06 09:54:05 -03:00
parent 10fbc1df7a
commit 08996aeafc
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
Following you will see some guidelines about how to contribute with
JavaScript SDK.
## Branch Management
We use Gitflow to manage our branches and that's ok when `develop` branch is
ahead of `master`.
- [Gitflow](https://nvie.com/posts/a-successful-git-branching-model/) by @nvie
## Pull Requests
Guidelines about how to perform pull requests.