summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 9c368e1..4ab63c6 100644
--- a/README
+++ b/README
@@ -6,6 +6,13 @@ replacement for Akonadi 1 at this point in time.
6Discussion of the code should be done on the kde-pim at kde.org mailing list 6Discussion of the code should be done on the kde-pim at kde.org mailing list
7or in #kontact on IRC. 7or in #kontact on IRC.
8 8
9Note that all feature development should happen in feature branches, and that
10the mainline development branch is "develop". Master is for releases. It is
11recommended (though not required) to use the "git flow" tools to make branched
12development easy (and easy for others to coordinate with):
13
14 https://github.com/nvie/gitflow
15
9You can find information about the overall design here: 16You can find information about the overall design here:
10 17
11 https://community.kde.org/KDE_PIM/Akonadi_Next 18 https://community.kde.org/KDE_PIM/Akonadi_Next