summaryrefslogtreecommitdiffstats
path: root/docs/project.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-22 20:47:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-22 20:47:50 +0200
commite806a5e1b4a9236fd138719009a286bdf9cbb10f (patch)
tree62abe5327e91454f0ade61383e7248c9c39ca16d /docs/project.md
parent5b786c5c44c02a34c4e9b5658ee76ece07520c9b (diff)
downloadkube-e806a5e1b4a9236fd138719009a286bdf9cbb10f.tar.gz
kube-e806a5e1b4a9236fd138719009a286bdf9cbb10f.zip
Docs
Diffstat (limited to 'docs/project.md')
-rw-r--r--docs/project.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/project.md b/docs/project.md
index 9e0db20b..2cdbe2af 100644
--- a/docs/project.md
+++ b/docs/project.md
@@ -17,6 +17,7 @@ This section is supposed to outline that.
17 * Desktop integration (notifications, startmenu) 17 * Desktop integration (notifications, startmenu)
18 * Offline capability 18 * Offline capability
19 * Cryptography 19 * Cryptography
20 * Multi-account support
20 21
21* To Kontact/Thunderbird/... 22* To Kontact/Thunderbird/...
22 * Simple but powerful UI (assuming we can achieve that) 23 * Simple but powerful UI (assuming we can achieve that)
@@ -63,10 +64,8 @@ Decisions are generally made in discussion with the team, and result in document
63 64
64Should the team not be able to reach consensus, the team lead makes the final decision. 65Should the team not be able to reach consensus, the team lead makes the final decision.
65 66
66NOTE: We should probably have a phabricator board for open decisions.
67
68## Planning 67## Planning
69All planning happens on the [KDE Phabricator instance](https://phabricator.kde.org/project/view/43/). 68All planning happens on the [KDE Phabricator instance](https://phabricator.kde.org/tag/kube/).
70 69
71## Releases / Milestones 70## Releases / Milestones
72Releases will follow achieved milestones. Milestones are assembled from tasks on the roadmap. 71Releases will follow achieved milestones. Milestones are assembled from tasks on the roadmap.
@@ -75,7 +74,7 @@ Releases will follow achieved milestones. Milestones are assembled from tasks on
75The product will follow the semantic versioning scheme (semver.org), with each feature release corresponding to a milestone on phabricator. 74The product will follow the semantic versioning scheme (semver.org), with each feature release corresponding to a milestone on phabricator.
76 75
77## Git repository 76## Git repository
78The git repository can be found here: [git://anongit.kde.org/kontact-quick](git://anongit.kde.org/kontact-quick) 77The git repository can be found here: [git://anongit.kde.org/kube](git://anongit.kde.org/kube)
79 78
80The "development" branch is used for the latest development version, master is always stable and always releasable. Branches for specific versions that receive patch releases may be created as required. 79The "development" branch is used for the latest development version, master is always stable and always releasable. Branches for specific versions that receive patch releases may be created as required.
81 80