Docs: Document branches in the CONTRIBUTING guide

This commit is contained in:
Nils Knappmeier
2018-05-31 23:15:24 +02:00
parent 30df8a1ac7
commit 288e986161
+6
View File
@@ -10,6 +10,12 @@ Pull requests containing only failing tests demonstrating the issue are welcomed
Documentation issues on the handlebarsjs.com site should be reported on [handlebars-site](https://github.com/wycats/handlebars-site).
## Branches
* The branch `4.x` contains the currently released version. Bugfixes should be made in this branch.
* The branch `master` contains the next version. A release date is not yet specified. Maintainers
should merge the branch `4.x` into the master branch regularly.
## Pull Requests
We also accept [pull requests][pull-request]!