diff options
author | VoidAtValhalla <VoidAtValhalla@users.noreply.github.com> | 2014-03-18 22:03:32 +0100 |
---|---|---|
committer | VoidAtValhalla <VoidAtValhalla@users.noreply.github.com> | 2014-03-18 22:03:32 +0100 |
commit | c522d625b0e649113cd7e6d4603fc652d828a4c5 (patch) | |
tree | 4f9514704704c34440c521edcc28a1ade5f8fe0c /README.md | |
parent | 9724889d1f260e41e0b501a1cdaeb497a2d0d9ac (diff) | |
download | bemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.tar.gz bemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.tar.bz2 bemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.zip |
Add project branches guideline
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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** |