From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: [PATCH] doc: rephrase code of conduct. Date: Wed, 09 Dec 2015 18:29:25 +0100 Message-ID: <87zixjttsa.fsf@gmail.com> Reply-To: alex.sassmannshausen@gmail.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6iYW-0002bc-VO for guix-devel@gnu.org; Wed, 09 Dec 2015 12:29:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6iYR-0005oc-UV for guix-devel@gnu.org; Wed, 09 Dec 2015 12:29:32 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:38425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6iYR-0005oU-Oq for guix-devel@gnu.org; Wed, 09 Dec 2015 12:29:27 -0500 Received: by wmec201 with SMTP id c201so84078064wme.1 for ; Wed, 09 Dec 2015 09:29:27 -0800 (PST) Received: from yamato (102.154-243-81.adsl-dyn.isp.belgacom.be. [81.243.154.102]) by smtp.gmail.com with ESMTPSA id h7sm9065468wmf.0.2015.12.09.09.29.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Dec 2015 09:29:26 -0800 (PST) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel --=-=-= Content-Type: text/plain Hello, Below you *should* find the patch for the new phrasing of the code of conduct section in the manual. Let me know if anything seems amiss. Cheers, Alex --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-rephrase-code-of-conduct-section.patch Content-Description: Code of Conduct patch >From 76576c88d81233095d61ec97308521c7d29fa94e Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Wed, 9 Dec 2015 18:12:09 +0100 Subject: [PATCH] doc: rephrase 'code of conduct' section. * doc/contributing.texi (Contributing): Rephrase 'code of conduct' section. --- doc/contributing.texi | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index b3a9365..54fb23a 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -9,12 +9,11 @@ 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. +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 +@url{http://contributor-covenant.org/}. You can find a local version in +the @file{CODE-OF-CONDUCT} file in the source tree. @menu * Building from Git:: The latest and greatest. -- 2.6.3 --=-=-=--