Notes about branch management
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
10fbc1df7a
commit
08996aeafc
|
@ -5,6 +5,13 @@
|
||||||
Following you will see some guidelines about how to contribute with
|
Following you will see some guidelines about how to contribute with
|
||||||
JavaScript SDK.
|
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
|
## Pull Requests
|
||||||
|
|
||||||
Guidelines about how to perform pull requests.
|
Guidelines about how to perform pull requests.
|
||||||
|
|
Loading…
Reference in New Issue