summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-08 19:22:02 +0200
committerVincent Untz <vuntz@gnome.org>2010-09-08 19:28:05 +0200
commita15287498fb39d850d9ae933fd19834007fd177f (patch)
tree6288688937f8a0c03e08fc684314832655530a2a /HACKING
parentab12d2b6b7a463632588bcc107f45c955410fe58 (diff)
downloadgnome-desktop-a15287498fb39d850d9ae933fd19834007fd177f.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 778cc728..1c5eb34f 100644
--- a/HACKING
+++ b/HACKING
@@ -1,21 +1,31 @@
-Hacking on gnome-desktop:
--------------------------
+Hacking on gnome-desktop
+========================
- * Please send patches to desktop-devel-list@gnome.org or to
-the people listed in the MAINTAINERS file. 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 CVS HEAD are most preferable. For information
-on how to access GNOME CVS please read:
+ http://git.gnome.org/browse/gnome-desktop
- http://developer.gnome.org/tools/cvs.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-desktop)
+
+ 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.