summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-12-09 13:39:40 +0100
committerLudovic Courtès <ludo@gnu.org>2015-12-09 14:29:41 +0100
commite15fcdd149cec662fcaf4b550ee32879bd53a591 (patch)
tree525a3f3271111ca400f02f21e5ee64d30224b43e /doc/contributing.texi
parentcb9601029ea164b86bdf997f7160d494c15d344b (diff)
downloadguix-patches-e15fcdd149cec662fcaf4b550ee32879bd53a591.tar
guix-patches-e15fcdd149cec662fcaf4b550ee32879bd53a591.tar.gz
Add "Contributor Covenant".
* CODE-OF-CONDUCT: New file, adapted from <http://contributor-covenant.org/version/1/3/0/code_of_conduct.txt>. * doc/contributing.texi (Contributing): Mention it. * Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index b61f6a534c..b3a936582b 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -7,6 +7,15 @@ grow! Please get in touch with us on @email{guix-devel@@gnu.org} and
reports, patches, and anything that may be helpful to the project. We
particularly welcome help on packaging (@pxref{Packaging Guidelines}).
+@cindex code of conduct, of contributors
+@cindex contributor covenant
+In the interest of welcoming everyone who thinks this is a great project
+to contribute to---which it is, indeed!---contributors express their
+commitment to providing a warm, friendly, and harassment-free experience
+by agreeing to our ``Contributor Covenant'', adapted from
+@url{http://contributor-covenant.org/}, and which can be found in the
+@file{CODE-OF-CONDUCT} file in the source tree.
+
@menu
* Building from Git:: The latest and greatest.
* Running Guix Before It Is Installed:: Hacker tricks.