diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-04 10:29:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-04 10:29:57 +0200 |
commit | 9bf3c1a77d2e0fcf8d6eeafa5f3018038129fe02 (patch) | |
tree | 1d4236e60ff3429f63a4fb85d9924ce4eb52e29b /doc | |
parent | ae3b6bb0f4dc1f69ecb629c9b7ad34588d646039 (diff) | |
download | guix-9bf3c1a77d2e0fcf8d6eeafa5f3018038129fe02.tar guix-9bf3c1a77d2e0fcf8d6eeafa5f3018038129fe02.tar.gz |
doc: Write about patch submission and packaging guidelines.
* HACKING: Update the command names from `guix-build' to `guix build' & co.
(Submitting Patches, Packaging Guidelines): New sections.
* doc/guix.texi (Contributing): New section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 68d45d2a5f..02fb9982c1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -82,6 +82,7 @@ Documentation License.'' * Programming Interface:: Using Guix in Scheme. * Utilities:: Package management commands. * GNU Distribution:: Software for your friendly GNU system. +* Contributing:: Your help needed! * Acknowledgments:: Thanks! * GNU Free Documentation License:: The license of this manual. @@ -1439,10 +1440,22 @@ tight integration of GNU components, and an emphasis on programs and tools that help users exert that freedom. Building this distribution is a cooperative effort, and you are invited -to join! Please get in touch with us on @email{bug-guix@@gnu.org}. We +to join! @ref{Contributing}, for information about how you can help. + +@c ********************************************************************* +@node Contributing +@chapter Contributing + +This project is a cooperative effort, and we need your help to make it +grow! Please get in touch with us on @email{bug-guix@@gnu.org}. We welcome ideas, bug reports, patches, and anything that may be helpful to the project. +Please see the +@url{http://git.savannah.gnu.org/cgit/guix.git/tree/HACKING, +@file{HACKING} file} that comes with the Guix source code for practical +details about contributions. + @c ********************************************************************* @node Acknowledgments |