civodul pushed a commit to branch master
in repository guix-artwork.
commit 4dbe780543a960c4b7b881b4788750093953adac
Author: Tonton <[email protected]>
Date: Thu May 17 01:41:21 2018 +0200
website: contribute: Add paragraph on code of conduct.
* website/apps/base/templates/contribute.scm: Add paragraph on
code of conduct.
Co-authored-by: Ludovic Courtès <[email protected]>
---
website/apps/base/templates/contribute.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/website/apps/base/templates/contribute.scm
b/website/apps/base/templates/contribute.scm
index 274938a..2cf9e8b 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -44,6 +44,16 @@
" in IRC Freenode. Tell us how would you like to help, and we
will do our best to guide you. ")
+ (p
+ "We want to provide a warm, friendly, and harassment-free environment,
+ so that anyone can contribute to the best of their abilities. To this
+ end our project uses a “Contributor Covenant”, which was adapted from "
+ (a (@ (href "https://contributor-covenant.org/"))
+ "https://contributor-covenant.org/")
+ ". You can find the full pledge in the "
+ (a (@ (href
"//git.savannah.gnu.org/cgit/guix.git/tree/CODE-OF-CONDUCT"))
+ (tt "CODE-OF-CONDUCT")) " file.")
+
(div
(@ (class "centered-text"))