summaryrefslogtreecommitdiff
path: root/Documentation/CODE
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/CODE')
-rw-r--r--Documentation/CODE17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/CODE b/Documentation/CODE
new file mode 100644
index 00000000000..68b58b82897
--- /dev/null
+++ b/Documentation/CODE
@@ -0,0 +1,17 @@
+WHAT RULES I SHOULD FOLLOW WHEN I WANT WORK ON SOMETHING FOR KDE TEAM?
+If you asked this question you are reading right file.
+
+So the rules are these:
+ - always use kde4-* eclasses
+ - always report cmake issues about everything directly to upstream and backport their fix
+ - newer use -j1 in ebuilds. Always report the issue upstream and wait for the resolution or fix yourself
+ - doubleckeck the doc useflag in your package
+ - thing about adding debug useflag to your package
+ - always check for linguas and add them to the KDE_LINGUAS variable
+ - always fix automagic packages with macro_optional_ prefixing and report it upstream with patch.
+ - check your apps deps with dylink scanner in maintainer folder
+ - if you want our herd in the application and you are not kde team HT/Member ask us first
+
+KDE 3
+ - do what ever you want with one condition, make sure it really compiles/run
+ - feel free to commit patches without kde team ack if the above condition is checked