summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 6 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 1e0bddfaf4d..46a72496164 100644
--- a/HACKING
+++ b/HACKING
@@ -2,7 +2,7 @@
2 2
3#+TITLE: Hacking GNU Guix and Its Incredible Distro 3#+TITLE: Hacking GNU Guix and Its Incredible Distro
4 4
5Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org> 5Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
6Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> 6Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
7Copyright © 2017 Leo Famulari <leo@famulari.name> 7Copyright © 2017 Leo Famulari <leo@famulari.name>
8 8
@@ -25,8 +25,10 @@ convenient. When you deem it necessary, feel free to ask for it on the
25mailing list. When you get commit access, please make sure to follow the 25mailing list. When you get commit access, please make sure to follow the
26policy below (discussions of the policy can take place on guix-devel@gnu.org.) 26policy below (discussions of the policy can take place on guix-devel@gnu.org.)
27 27
28Non-trivial patches should always be posted to guix-devel@gnu.org (trivial 28Non-trivial patches should always be posted to guix-patches@gnu.org (trivial
29patches include fixing typos, etc.) 29patches include fixing typos, etc.) This mailing list fills the
30patch-tracking database at [[https://bugs.gnu.org/guix-patches]]; see
31"Contributing" in the manual for details.
30 32
31For patches that just add a new package, and a simple one, it’s OK to commit, 33For patches that just add a new package, and a simple one, it’s OK to commit,
32if you’re confident (which means you successfully built it in a chroot setup, 34if you’re confident (which means you successfully built it in a chroot setup,
@@ -48,7 +50,7 @@ You can prevent yourself from accidentally pushing unsigned commits to Savannah
48by using the pre-push Git hook called 'pre-push'. It's located at 50by using the pre-push Git hook called 'pre-push'. It's located at
49'etc/git/pre-push'. 51'etc/git/pre-push'.
50 52
51For anything else, please post to guix-devel@gnu.org and leave time for a 53For anything else, please post to guix-patches@gnu.org and leave time for a
52review, without committing anything. If you didn’t receive any reply 54review, without committing anything. If you didn’t receive any reply
53after two weeks, and if you’re confident, it’s OK to commit. 55after two weeks, and if you’re confident, it’s OK to commit.
54 56