Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49551 invoked from network); 5 Jan 2016 01:45:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2016 01:45:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.217.196 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.217.196 mail-lb0-f196.google.com Received: from [209.85.217.196] ([209.85.217.196:34292] helo=mail-lb0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/B7-07292-3502B865 for ; Mon, 04 Jan 2016 20:45:55 -0500 Received: by mail-lb0-f196.google.com with SMTP id jk7so13860520lbc.1 for ; Mon, 04 Jan 2016 17:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=8qsnjHSw5F//BnbI5SIFw+lluFBcYjiX5iR1MXDpK+s=; b=m4hj9zlDWoyfClUFCydCNXRnHQqMvbJh4i7J6cGrr1eSB3ZodqQuko6xjUquTNI7v+ C00bXB2iPQBVQf0RV2bMUNyJazddiwi+MXkt0EFV8u0ViG9e172Jys+UjnBqP5RBdzyh O8Hcs0Swohwjzg5mBPpP7eCwsXZXq88Rg5KYQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=8qsnjHSw5F//BnbI5SIFw+lluFBcYjiX5iR1MXDpK+s=; b=POXBjZVoDbPy71UieFHkqtZSq0zAPoKTljs+wDVnfDh4N6EY/1N03NA3fWs+j1e57B AnjGIT5BxySphCmtbaxrvYoeSyANBWFhkIzyY5GyRwWWRaDc1wKh8EpsVPnnOA3Gohv4 xxOTwbGWXJNSQd471j5jEGYq8Q7deNVpW6j51bLvXzTWek/oaygsA43aY8CEY7GqbW82 okCyRd0T24YhFb6TdpiH6cJE83G8mO5QMOMJvdY9gYRw5ZwFnxChITq4iq97P5QBKvPq WCtFQu7Dp96Ik0R53+zLrKKK0w9Bn2P2CU7QAi9I5zz+ycEnilRBmnxwHd6LSCZ4Dl1y kp+A== X-Gm-Message-State: ALoCoQlsgC+QROSNFJc76Y4PyPi+7Ompxbj2fl4AQjbnuSdrWhtF2ISZA3DpUcp/LFpx6i2ygXqqIQLxLFNx2PFr17WTTsbhog== X-Received: by 10.112.137.41 with SMTP id qf9mr15618609lbb.140.1451958351865; Mon, 04 Jan 2016 17:45:51 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.25.24.210 with HTTP; Mon, 4 Jan 2016 17:45:32 -0800 (PST) In-Reply-To: <568B1DA8.3060908@gmail.com> References: <568AE803.1080209@gmail.com> <568B0C8E.3080206@eliw.com> <568B1041.1060601@gmail.com> <568B1DA8.3060908@gmail.com> Date: Mon, 4 Jan 2016 17:45:32 -0800 X-Google-Sender-Auth: S1o5itjqqfbNJe6q91lKMPU3atc Message-ID: To: Stanislav Malyshev Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [Draft] Adopt Code of Conduct From: aharvey@php.net (Adam Harvey) On 4 January 2016 at 17:34, Stanislav Malyshev wrote: > If we're talking about having a declaration of principles, I am not sure > we need elaborate text to say "don't be an ass" but I don't mind having > one in case somebody ever need explicit instructions on how exactly not > to do that :) One thing I really like about the covenant Anthony is proposing (besides it being the same as the one a bunch of other projects are using) is that it actually is pretty short, considering what it is. The English version fits on one screen on my laptop. It's really not much more than Wheaton's Law in a form that (hopefully) is just detailed enough to stop someone from being able to say "but you didn't explicitly say I couldn't abuse someone because $X". Adam