diff options
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -2,8 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro | 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro |
| 4 | 4 | ||
| 5 | Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> | 5 | Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> |
| 6 | Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> | 6 | Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> |
| 7 | Copyright © 2014 Pierre-Antoine Rault <par@rigelk.eu> | ||
| 7 | 8 | ||
| 8 | Copying and distribution of this file, with or without modification, | 9 | Copying and distribution of this file, with or without modification, |
| 9 | are permitted in any medium without royalty provided the copyright | 10 | are permitted in any medium without royalty provided the copyright |
| @@ -85,7 +86,11 @@ wrapping it, swallowing or rejecting the following s-expression, etc. | |||
| 85 | Development is done using the Git distributed version control system. Thus, | 86 | Development is done using the Git distributed version control system. Thus, |
| 86 | access to the repository is not strictly necessary. We welcome contributions | 87 | access to the repository is not strictly necessary. We welcome contributions |
| 87 | in the form of patches as produced by ‘git format-patch’ sent to | 88 | in the form of patches as produced by ‘git format-patch’ sent to |
| 88 | guix-devel@gnu.org. Please write commit logs in the [[http://www.gnu.org/prep/standards/html_node/Change-Logs.html#Change-Logs][GNU ChangeLog format]]. | 89 | guix-devel@gnu.org. Please write commit logs in the [[http://www.gnu.org/prep/standards/html_node/Change-Logs.html#Change-Logs][GNU ChangeLog |
| 90 | format]]; you can check the commit history for examples. | ||
| 91 | |||
| 92 | When posting a patch to the mailing list, use "[PATCH] ..." as a subject. You | ||
| 93 | may use your email client or the ‘git send-mail’ command. | ||
| 89 | 94 | ||
| 90 | As you become a regular contributor, you may find it convenient to have write | 95 | As you become a regular contributor, you may find it convenient to have write |
| 91 | access to the repository (see below.) | 96 | access to the repository (see below.) |
