Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23868 invoked from network); 25 Jan 2016 12:05:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2016 12:05:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:35973] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/75-26079-28F06A65 for ; Mon, 25 Jan 2016 07:05:24 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id C066BDE5C3 for ; Mon, 25 Jan 2016 12:05:19 +0000 (GMT) Date: Mon, 25 Jan 2016 12:05:19 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: PHP Developers Mailing List In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [RFC] [Re-proposed] Adopt Code of Conduct From: derick@php.net (Derick Rethans) Hi, There was a lot of traffic over the weekend, and several of you have provided suggestions and rewordings of several documents through https://github.com/derickr/php-community-health I've adopted some, I have declined some (with reasons), and I've left some unresolved. As I wrote in my mail on Friday, I split up the documents in the sections: 1. The goal of the documents, and our general values. Should already be at https://github.com/derickr/php-community-health/blame/master/RFC.rst#L18, but improvements welcome 2. Our contributor guidelines (ie. how to behave on the mailinglists etc) Now at https://github.com/derickr/php-community-health/blob/master/contributor-guidelines.rst 3. The Code of Conduct I have changed the text as adopted by Davey in https://github.com/derickr/php-community-health/issues/14 I realize this is just one change, and I do want to look better at the Go CoC that many of you have mentioned, but that's for *after* we looked at point 2. 4. The Mediation Team 5. Procedures And I added one: "6. Examples" where we can collect thought experiments and clarification that doesn't really fit into any of the others. Perhaps the 'Shitty' PR case study would be great in there too (please add a PR). But first things first. The first document that I think we can go through quite quickly, includes the Collaborative Contributing Guidelines that I wrote before, and in the same document includes the Mailinglist Posting Rules and Mailing List Rules that we already had written down: https://github.com/derickr/php-community-health/blob/master/contributor-guidelines.rst This documents needs editing for duplication, and perhaps we should remove https://github.com/derickr/php-community-health/blob/master/contributor-guidelines.rst#mailing-list-posting-guidelines in case it's not in scope? I am going to give it a shot later, but comments and Pull Requests are welcome of course. *Please* leave the text of the Code of Conduct for the next phase. cheers, Derick