summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 01:08:02 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 18:27:15 -0200
commitcf6fee0bf643c65956e2ab20ea50666833a0e3af (patch)
treec13fd20a1da3e1d8b4170aa754fb12a3b2e36c08 /HACKING
Start developement.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING55
1 files changed, 55 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..327a532
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,55 @@
+Contents:
+
+- Version control
+- Coding style...
+ - ...for C++ code
+ - ...for C and Python code
+- Submitting patches
+
+
+===============================================================================
+Version control
+===============================================================================
+
+The current development version of telepathy-qt4-yell is available from the
+'master' branch in the git repository:
+
+ <git://git.collabora.co.uk/git/telepathy-qt4-yell.git>
+ <git+ssh://git.collabora.co.uk/git/telepathy-qt4-yell.git> (for committers)
+ <http://git.collabora.co.uk/?p=telepathy-qt4-yell.git> (gitweb)
+
+
+===============================================================================
+Coding style
+===============================================================================
+
+For C++ code:
+-------------
+
+TelepathyQt4Yell uses the same coding style used by TelepathyQt4, check the
+HACKING file that comes with TelepathyQt4 for more details.
+
+
+===============================================================================
+Submitting patches
+===============================================================================
+
+Patches should be made as (preferably) git branches or (last resort) -uNr diffs
+against upstream git master, as found at:
+
+ git://git.collabora.co.uk/git/telepathy-qt4-yell.git
+ git+ssh://git.collabora.co.uk/git/telepathy-qt4-yell.git (for committers)
+ http://git.collabora.co.uk/?p=telepathy-qt4-yell.git (gitweb)
+
+Patches can be announced at the freedesktop.org bugzilla, using the product
+"Telepathy" and component "tp-qt4":
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-qt4
+
+If submitting a Git branch, please set the URL field of the bug to point to
+your Git branch. Regardless of whether you are referring to a Git branch or
+attaching patches, please specify the "patch" keyword on the bug.
+
+For details on the code review procedure, see:
+
+ http://telepathy.freedesktop.org/wiki/Review%20Procedure