From e8a4b58e8060de03081795fec70a16bf892674b6 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Sat, 14 Jan 2017 22:50:34 +0100 Subject: [PATCH] README update --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.txt b/README.txt index b4ae7c8..f6452f0 100644 --- a/README.txt +++ b/README.txt @@ -10,6 +10,18 @@ In case of problems, you can get support via IRC: #bitblot @ irc.esper.net. +TL;DR for contributions: +------------------------- +- Branches: + * master - stable branch + * experimental - merged into master when a new release is due + Other branches are feature/testing branches. + +- Pull requests / new developments should go into experimental. +- Major bug fixes, security relevant things, or easy platform compile fixes can be made against master. + + + [1] BUILDING ------------