From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonton Subject: [PATCH] website: Add section section and links to code of conduct Date: Wed, 16 May 2018 01:36:31 +0200 Message-ID: <20180515233631.9165-1-tonton@riseup.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIjVG-0001r2-83 for guix-devel@gnu.org; Tue, 15 May 2018 19:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIjVD-0000kD-JD for guix-devel@gnu.org; Tue, 15 May 2018 19:37:10 -0400 Received: from mx1.riseup.net ([198.252.153.129]:39291) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fIjVD-0000jv-9w for guix-devel@gnu.org; Tue, 15 May 2018 19:37:07 -0400 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 63EAA1A0AEB for ; Tue, 15 May 2018 16:37:05 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --- website/apps/base/templates/contribute.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base/templates/contribute.scm index 274938a..8b62994 100644 --- a/website/apps/base/templates/contribute.scm +++ b/website/apps/base/templates/contribute.scm @@ -44,6 +44,17 @@ " in IRC Freenode. Tell us how would you like to help, and we will do our best to guide you. ") + (p + "The Guix community pledge to making participation a harrassment + free experience for everyone, regardless of age, body size, disability, + ethnicity, gender identity and expression, level of experience, + education, socio-economic status, nationality, personal appearance, + race, religion, or sexual identity and orientation. The full text of our + code of conduct is in " + (a (@ (href ,(guix-url "manual/html_node/Contributing.html"))) + "the manual ") + "and the file 'CODE-OF-CONDUCT' in the source tree. ") + (div (@ (class "centered-text")) -- 2.17.0