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.md | |
parent | aa731bc8de692a6d8ac9ead931f63059ec50a28e (diff) | |
download | sink-beff739e193cf643b28f4c17ab56b366f5d5d376.tar.gz sink-beff739e193cf643b28f4c17ab56b366f5d5d376.zip |
Updated the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4a94a0 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,20 @@ | |||
1 | # Sink | ||
2 | |||
3 | Sink is a data access layer handling synchronization, caching and indexing. | ||
4 | |||
5 | To build it's documentation please run the builddocs.sh script or see the docs/ subdirectory. | ||
6 | |||
7 | Discussion of the code should be done on the kde-pim at kde.org mailing list | ||
8 | or in #kontact on IRC. | ||
9 | |||
10 | Note that all feature development should happen in feature branches, and that | ||
11 | the mainline development branch is "develop". Master is for releases. It is | ||
12 | recommended (though not required) to use the "git flow" tools to make branched | ||
13 | development easy (and easy for others to coordinate with): | ||
14 | |||
15 | https://github.com/nvie/gitflow | ||
16 | |||
17 | For further information see: | ||
18 | |||
19 | https://phabricator.kde.org/project/view/5/ | ||
20 | |||