Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90864 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47759 invoked from network); 23 Jan 2016 23:48:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2016 23:48:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=padraic.brady@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=padraic.brady@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: padraic.brady@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:32921] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/D8-03822-D4114A65 for ; Sat, 23 Jan 2016 18:48:29 -0500 Received: by mail-wm0-f49.google.com with SMTP id 123so25531954wmz.0 for ; Sat, 23 Jan 2016 15:48:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YEDBb7Qm6p6QeogHSgJmAJaZeqTs6FzHEX2aNBQri/Q=; b=pPHTPas2hT9oO9qbIiX4LQHpvT4BMHID0WshBGCQLMjW4txAt+/9ERMpaR5bQD7OLL AE0NM8gLF/ViSWj8LEPEKr6pkZvmi8EDtZ8OZ4lGwSVUJxSDj2KMeZDyJuS+a2iA2MKs owbDioJx/6mAYyIqNukKf/FyDrB/Y4Es0Aeg8FDZl638//O+nYv3lBRHIROGZTEyszTX NRJFM/loqek+AfUBbQ0MsVzTyaAEDs/Ql6Mtn3cCJJ1LVQMimdEAuZKmgG65PbnxAuID bMt+G/Jg7VIGYJDblrVhCIHSS3SOnRyiEgwIYFt62Aqj+/dCr7KeXqfcogGUpWzasjgF PucQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YEDBb7Qm6p6QeogHSgJmAJaZeqTs6FzHEX2aNBQri/Q=; b=kWChkloZBdoWEKhDo4HXceF/BnEA1UuHAgc28cpk+xC52JajqAn6DitCymbi/ILK4X zQ6ct3b1Z4DOKM3WhjRVIsriVOuzHxpNZofC/g8MTN/CVgB2GiD/athhXGHUfx/oZtwg EF8DzjAQmrH4/WgiHe7VgRllXpN9wYnNTgPxWWeE8peC4xOi3ORo4fWYWFotnt5d+npM kiIlxcIkIv/DY723ghwiveP/nyWlNlIse91uVYUajXbnW6szRxLmLguq2jOJ0o1G1Um8 jJAnQKdlqzYocWtuly9FdmjlAViHEwAwh23q+jtLDd0ok2B3zWl7j5FTFc5RjSFxhoRz HiMg== X-Gm-Message-State: AG10YOTymWVg/qSBqL0DVbWrFYYfsNTmvt2hcmOTS+JIJ2QxKKh8EtBaCALZKXzUHP4asI5ohRYF4Dl5ao/EJA== MIME-Version: 1.0 X-Received: by 10.28.184.76 with SMTP id i73mr10049153wmf.43.1453592906116; Sat, 23 Jan 2016 15:48:26 -0800 (PST) Received: by 10.28.152.212 with HTTP; Sat, 23 Jan 2016 15:48:25 -0800 (PST) In-Reply-To: <56A3F0FA.1050609@mprelu.de> References: <56A3F0FA.1050609@mprelu.de> Date: Sat, 23 Jan 2016 23:48:25 +0000 Message-ID: To: Matt Prelude Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] [Re-proposed] Adopt Code of Conduct From: padraic.brady@gmail.com (=?UTF-8?Q?P=C3=A1draic_Brady?=) Hi, On 23 January 2016 at 21:30, Matt Prelude wrote: > Hi all, > > This is my first mail to the list so please let me know if I do anything > wrong or if there's a better channel by which to have this kind of > discussion. > > I'd like to propose adoption of an alternative code of conduct, the Go Code: > https://golang.org/conduct > > The primary reasons for suggesting this code are: > > - The Go Code focuses primarily on desired behaviours ('be patient', 'be > respectful') and only secondarily on 'avoiding destructive behaviours'. > - The Go Code explicitly notes that it "is not a mechanism for people to > silence others with whom they disagree." - this was a major concern on the > ML, so codifying that this usage will not be accepted in the CoC itself is a > step in the right direction. > - The Go Code encourages everybody to follow the code in all spaces, but > limits explicit enforcement to Go spaces. > - The Go Code is far more clear in defining prohibited behaviours. Reading this previously, I think it's an essential example that should definitely be taken into account. Paddy