From unknown Tue Jun 17 22:24:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct. Resent-From: Tonton Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 May 2018 23:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 31482@debbugs.gnu.org Cc: Tonton X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152651410610557 (code B ref -1); Wed, 16 May 2018 23:42:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 May 2018 23:41:46 +0000 Received: from localhost ([127.0.0.1]:37751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ63G-0002kD-9O for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ63E-0002k1-S2 for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ638-0007UD-Si for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ638-0007Tw-Lc for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ637-0000Zf-Hx for guix-patches@gnu.org; Wed, 16 May 2018 19:41:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ634-0007RL-Ea for guix-patches@gnu.org; Wed, 16 May 2018 19:41:37 -0400 Received: from mx1.riseup.net ([198.252.153.129]:52589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ634-0007Qt-1f for guix-patches@gnu.org; Wed, 16 May 2018 19:41:34 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (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 6EBEC1A0B0F for ; Wed, 16 May 2018 16:41:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1526514092; bh=kvebBX+PPxV9X6z/T4xhnR3dOZmYD3Q4kAE0QogmRSY=; h=From:To:Cc:Subject:Date:From; b=cs367EUK1MF8VbuIiYaGiqpSiHwYvDIxDEG/gHSOy2PkGAq0wS98StnK3o0zxbdr7 7iIRXcMg/bsS8Zl2rdXTpMcZK/pqFq09rB/XR0uE2VxPl4Wqv2UaLwaI5uKk0Aaaaw OAgdWcMy/cTTnkht5geOXKhQtbkMPMF3HCC/7VM0= X-Riseup-User-ID: E5B98DB1A2880A108BCB649AA0D4857C947044AF57EA9718ED0C94F511DB724B Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id A40E327129; Wed, 16 May 2018 16:41:30 -0700 (PDT) From: Tonton Date: Thu, 17 May 2018 01:41:21 +0200 Message-Id: <20180516234121.10154-1-tonton@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * website/apps/base/templates/contribute.scm: Add paragraph on code of conduct. --- website/apps/base/templates/contribute.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/apps/base/templates/contribute.scm b/website/apps/ba= se/templates/contribute.scm index 274938a..b9879cf 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. ") =20 + (p + "We want to provide a warm, friendly, and harassment-free environ= ment, + so that anyone can contribute to the best of their abilities. To this + end our project uses a =E2=80=9CContributor Covenant=E2=80=9D, which wa= s adapted from " + (a (@ (href "https://contributor-covenant.org/")) + "https://contributor-covenant.org/") + ". You can find the full pledge in " + (a (@ (href ,(guix-url "manual/html_node/Code-of-Conduct.html#Cod= e-of-Conduct"))) + "the manual") + ".") + (div (@ (class "centered-text")) =20 --=20 2.17.0 From unknown Tue Jun 17 22:24:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tonton Subject: bug#31482: closed (Re: [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct.) Message-ID: References: <87tvr6z97f.fsf@gnu.org> <20180516234121.10154-1-tonton@riseup.net> X-Gnu-PR-Message: they-closed 31482 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 31482@debbugs.gnu.org Date: Thu, 17 May 2018 13:47:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1526564822-28156-1" This is a multi-part message in MIME format... ------------=_1526564822-28156-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31482: [PATCH] website: contribute: Add paragraph on code of conduct. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31482@debbugs.gnu.org. --=20 31482: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31482 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1526564822-28156-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31482-done) by debbugs.gnu.org; 17 May 2018 13:46:27 +0000 Received: from localhost ([127.0.0.1]:38058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJJEh-0007JN-Jq for submit@debbugs.gnu.org; Thu, 17 May 2018 09:46:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJJEg-0007JA-AP for 31482-done@debbugs.gnu.org; Thu, 17 May 2018 09:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJJEV-0006Le-37 for 31482-done@debbugs.gnu.org; Thu, 17 May 2018 09:46:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJJEU-0006LX-UQ; Thu, 17 May 2018 09:46:15 -0400 Received: from [193.50.110.196] (port=52476 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fJJEU-0008AH-Dw; Thu, 17 May 2018 09:46:14 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tonton Subject: Re: [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct. References: <20180516234121.10154-1-tonton@riseup.net> Date: Thu, 17 May 2018 15:46:12 +0200 In-Reply-To: <20180516234121.10154-1-tonton@riseup.net> (tonton@riseup.net's message of "Thu, 17 May 2018 01:41:21 +0200") Message-ID: <87tvr6z97f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31482-done Cc: 31482-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! Tonton skribis: > * website/apps/base/templates/contribute.scm: Add paragraph on > code of conduct. I made the changes below so that the link matches what we currently have on line (the on-line copy of the manual is updated only upon new releases), and pushed it on-line. Thanks! :-) Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base= /templates/contribute.scm index b9879cf..2cf9e8b 100644 --- a/website/apps/base/templates/contribute.scm +++ b/website/apps/base/templates/contribute.scm @@ -50,10 +50,9 @@ end our project uses a =E2=80=9CContributor Covenant=E2=80=9D, which was = adapted from " (a (@ (href "https://contributor-covenant.org/")) "https://contributor-covenant.org/") - ". You can find the full pledge in " - (a (@ (href ,(guix-url "manual/html_node/Code-of-Conduct.html#Code-= of-Conduct"))) - "the manual") - ".") + ". You can find the full pledge in the " + (a (@ (href "//git.savannah.gnu.org/cgit/guix.git/tree/CODE-OF-COND= UCT")) + (tt "CODE-OF-CONDUCT")) " file.") =20 (div (@ (class "centered-text")) --=-=-=-- ------------=_1526564822-28156-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 May 2018 23:41:46 +0000 Received: from localhost ([127.0.0.1]:37751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ63G-0002kD-9O for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ63E-0002k1-S2 for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ638-0007UD-Si for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ638-0007Tw-Lc for submit@debbugs.gnu.org; Wed, 16 May 2018 19:41:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ637-0000Zf-Hx for guix-patches@gnu.org; Wed, 16 May 2018 19:41:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ634-0007RL-Ea for guix-patches@gnu.org; Wed, 16 May 2018 19:41:37 -0400 Received: from mx1.riseup.net ([198.252.153.129]:52589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ634-0007Qt-1f for guix-patches@gnu.org; Wed, 16 May 2018 19:41:34 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (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 6EBEC1A0B0F for ; Wed, 16 May 2018 16:41:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1526514092; bh=kvebBX+PPxV9X6z/T4xhnR3dOZmYD3Q4kAE0QogmRSY=; h=From:To:Cc:Subject:Date:From; b=cs367EUK1MF8VbuIiYaGiqpSiHwYvDIxDEG/gHSOy2PkGAq0wS98StnK3o0zxbdr7 7iIRXcMg/bsS8Zl2rdXTpMcZK/pqFq09rB/XR0uE2VxPl4Wqv2UaLwaI5uKk0Aaaaw OAgdWcMy/cTTnkht5geOXKhQtbkMPMF3HCC/7VM0= X-Riseup-User-ID: E5B98DB1A2880A108BCB649AA0D4857C947044AF57EA9718ED0C94F511DB724B Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id A40E327129; Wed, 16 May 2018 16:41:30 -0700 (PDT) From: Tonton To: guix-patches@gnu.org Subject: [PATCH] website: contribute: Add paragraph on code of conduct. Date: Thu, 17 May 2018 01:41:21 +0200 Message-Id: <20180516234121.10154-1-tonton@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Tonton X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * website/apps/base/templates/contribute.scm: Add paragraph on code of conduct. --- website/apps/base/templates/contribute.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/apps/base/templates/contribute.scm b/website/apps/ba= se/templates/contribute.scm index 274938a..b9879cf 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. ") =20 + (p + "We want to provide a warm, friendly, and harassment-free environ= ment, + so that anyone can contribute to the best of their abilities. To this + end our project uses a =E2=80=9CContributor Covenant=E2=80=9D, which wa= s adapted from " + (a (@ (href "https://contributor-covenant.org/")) + "https://contributor-covenant.org/") + ". You can find the full pledge in " + (a (@ (href ,(guix-url "manual/html_node/Code-of-Conduct.html#Cod= e-of-Conduct"))) + "the manual") + ".") + (div (@ (class "centered-text")) =20 --=20 2.17.0 ------------=_1526564822-28156-1--