Add doc files to dist and fix version number in NEWS.
[mmediamanager.git] / HACKING
blobd51cde69b5f9cd399c9ddb191867d12cb8d345cc
1 Hacking on libmmanager
2 ----------------------
4 The source tree is available in a GIT repository at repo.or.cz.
5 I will publish the tarballs of the releases in my private site
6 (http://anarki.lilik.it), but I plan to move to ftp.gnome.org one day.
7 I don't have a bug tracker yet, so right now you still have to ping me
8 manually on irc.gnome.org (cosimoc) or send me a mail (cosimoc@gnome.org)
9 if something goes wrong, but again, I plan to have something in
10 bugzilla.gnome.org for this.
12 Coding style
13 ------------
15 I use 2-spaces and no tabs for intentation.
16 K&R style for braces, and always use a brace also when the block is a
17 one-liner.
18 No C++ comments also.
20 Submitting patches
21 ------------------
23 In the remote case you want to send me a patch, please use git-format-patch,
24 git-diff, or anyway whatever I can apply with patch -p0 or patch -p1.
25 In case you really want to send me a patch, you will be my personal hero of the
26 day and if the patch isn't trivial, there are quite some chances I will offer
27 you a beer if we meet :)