summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVoidAtValhalla <VoidAtValhalla@users.noreply.github.com>2014-03-18 22:03:32 +0100
committerVoidAtValhalla <VoidAtValhalla@users.noreply.github.com>2014-03-18 22:03:32 +0100
commitc522d625b0e649113cd7e6d4603fc652d828a4c5 (patch)
tree4f9514704704c34440c521edcc28a1ade5f8fe0c /README.md
parent9724889d1f260e41e0b501a1cdaeb497a2d0d9ac (diff)
downloadbemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.tar.gz
bemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.tar.bz2
bemenu-c522d625b0e649113cd7e6d4603fc652d828a4c5.zip
Add project branches guideline
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2cc4c72..3c711ab 100644
--- a/README.md
+++ b/README.md
@@ -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**