1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-21 15:06:10 +02:00

Add project branches guideline

This commit is contained in:
VoidAtValhalla 2014-03-18 22:03:32 +01:00
parent 9724889d1f
commit c522d625b0

View File

@ -18,3 +18,10 @@ Dynamic menu library and client program inspired by dmenu
* **Build system** - [CMake](http://www.cmake.org/)
* **API documentation** - [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html)
(JavaDoc style comments)
* **Branches**
* **master** - stable releases (permanent)
* **develop** - development (permanent), merge back to **master**
* **dev/topic** - topic related development (temporary), branch off from
**develop** and merge to **develop**
* **hotfix/issue** - stable release bugfixes (temporary), branch off from
**master** and merge to **master** and **develop**