Explain master and dev branches in BUILD

People may not guess that `master` is not the development branch.
This commit is contained in:
Romain Vimont 2020-04-07 10:38:13 +02:00
parent 15e4da08a3
commit 9b9e717c41

View file

@ -8,6 +8,22 @@ case, use the [prebuilt server] (so you will not need Java or the Android SDK).
[prebuilt server]: #prebuilt-server
## Branches
### `master`
The `master` branch concerns the latest release, and is the home page of the
project on Github.
### `dev`
`dev` is the current development branch. Every commit present in `dev` will be
in the next release.
If you want to contribute code, please base your commits on the latest `dev`
branch.
## Requirements