diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-02 16:32:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-02 16:32:31 +0100 |
commit | beff739e193cf643b28f4c17ab56b366f5d5d376 (patch) | |
tree | 554f21f84856b12a2c5eb19570be91057768dac0 /README | |
parent | aa731bc8de692a6d8ac9ead931f63059ec50a28e (diff) | |
download | sink-beff739e193cf643b28f4c17ab56b366f5d5d376.tar.gz sink-beff739e193cf643b28f4c17ab56b366f5d5d376.zip |
Updated the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ | |||
1 | This repository contains a draft of a possible successor to Akonadi 1. | ||
2 | |||
3 | It is currently entirely experimental and should not be considered a definite | ||
4 | replacement for Akonadi 1 at this point in time. | ||
5 | |||
6 | Discussion of the code should be done on the kde-pim at kde.org mailing list | ||
7 | or in #kontact on IRC. | ||
8 | |||
9 | Note that all feature development should happen in feature branches, and that | ||
10 | the mainline development branch is "develop". Master is for releases. It is | ||
11 | recommended (though not required) to use the "git flow" tools to make branched | ||
12 | development easy (and easy for others to coordinate with): | ||
13 | |||
14 | https://github.com/nvie/gitflow | ||
15 | |||
16 | You can find information about the overall design here: | ||
17 | |||
18 | https://community.kde.org/KDE_PIM/Akonadi_Next | ||
19 | |||