Update README.md

This commit is contained in:
Jinhao 2014-12-21 08:47:09 +08:00
parent ccd74ede89
commit dd8a0a0173

View File

@ -11,3 +11,13 @@ Nana is licensed under the [Boost Software License].
## Support ## Support
The best way to get help with Nana library is by visiting http://nanapro.org/help.htm The best way to get help with Nana library is by visiting http://nanapro.org/help.htm
## Introduction to the Repository
There are two main branches with an infinite lifetime:
* **master** is the main branch and it is marked as every version release.
* **develop** is also another main branch where the source code reflects a state with the lastest delivered developement changes for the next release.
Other branches:
* **features** are used to develop new features for the upcoming or a distant future release. Feature branches are named as 'feature-FEATURENAME'.
* **hotfix** is meant to prepare for a new release, and fixes some bugs from the corresponding tag on the master branch.