Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33934 invoked from network); 23 Jan 2016 21:30:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2016 21:30:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@mprelu.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@mprelu.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mprelu.de from 74.201.84.163 cause and error) X-PHP-List-Original-Sender: me@mprelu.de X-Host-Fingerprint: 74.201.84.163 sender163-mail.zoho.com Received: from [74.201.84.163] ([74.201.84.163:25194] helo=sender163-mail.zoho.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/D6-03822-FF0F3A65 for ; Sat, 23 Jan 2016 16:30:41 -0500 Received: from [192.168.0.5] (5ec308ca.skybroadband.com [94.195.8.202]) by mx.zohomail.com with SMTPS id 1453584636470988.1804027689698; Sat, 23 Jan 2016 13:30:36 -0800 (PST) To: internals@lists.php.net Message-ID: <56A3F0FA.1050609@mprelu.de> Date: Sat, 23 Jan 2016 21:30:34 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Zoho-Virus-Status: 1 Subject: [PHP-DEV] Re: [RFC] [Re-proposed] Adopt Code of Conduct From: me@mprelu.de (Matt Prelude) 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. I've already proposed this idea over at GitHub, but it strikes me that the correct channel for discussion is PHP internals. - Matt