summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-08 19:20:59 +0200
committerVincent Untz <vuntz@gnome.org>2010-09-08 19:21:52 +0200
commit74469b73fd20c7fae912c49c0d347c3d141282e1 (patch)
tree56ad0a5dc9f433db2d848ab4c187606281d6c6d0 /HACKING
parente33ef0b4a8a4ce87aac014eb090b689fa88f351a (diff)
downloadgnome-session-74469b73fd20c7fae912c49c0d347c3d141282e1.tar.gz
[misc] Update AUTHORS, HACKING, README
Nothing new, but make sure this is up-to-date. Also tweak a bit autogen.sh and Makefile.am to make them look similar in all my modules.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING42
1 files changed, 26 insertions, 16 deletions
diff --git a/HACKING b/HACKING
index b8a839db..dfec54df 100644
--- a/HACKING
+++ b/HACKING
@@ -1,21 +1,31 @@
-Hacking on gnome-session:
--------------------------
+Hacking on gnome-session
+========================
- * Please send patches as bug reports in GNOME Bugzilla
-(Desktop -> gnome-session). Your patch should be in unified diff form.
-(The -u option to GNU diff.)
+ + The development occurs in git:
- * Please try and send a patch against a recent version of this
-package. Patches against SVN trunk are most preferable. For information
-on how to access GNOME SVN please read:
+ http://git.gnome.org/browse/gnome-session
- http://developer.gnome.org/tools/svn.html
+ For information on how to access GNOME git please read:
- * Don't commit any but the most trivial patches to without
-approval.
+ http://live.gnome.org/Git
- * Exceptions to this are
- + Translators may commit basic i18n related patches to
- the build setup.
- + Build sheriff are welcome - in accordance with the
- relevant build sheriff constraints.
+ + Please send patches as bug reports in GNOME Bugzilla:
+
+ https://bugzilla.gnome.org/ (product gnome-session)
+
+ Your patch should be in unified diff form (the -u option to GNU
+ diff). See also:
+
+ http://live.gnome.org/GnomeLove/SubmittingPatches
+
+ + Please try and send a patch against a recent version of this package.
+ Patches against git master are most preferable.
+
+ + Don't commit any but the most trivial patches without approval.
+
+ + Exceptions to this are:
+
+ - Translators may commit basic i18n related patches to the build
+ setup.
+ - Build sheriff are welcome - in accordance with the relevant build
+ sheriff constraints.