Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7243 invoked from network); 9 Feb 2016 16:29:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2016 16:29:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wm0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:37285] helo=mail-wm0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/DC-39202-2041AB65 for ; Tue, 09 Feb 2016 11:29:54 -0500 Received: by mail-wm0-f46.google.com with SMTP id g62so30832980wme.0 for ; Tue, 09 Feb 2016 08:29:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=RTYE3Gt+80WmKWKLTuE80qs5M+omjQAR8nFkYi4e7DY=; b=VuYoV582467Uuf84V/xpPlnyo9wLrpVH8wvQLlojtDzp938DZnc4yWSgF/GRaLpXec btDEPgj3m8rYzBHMiRZOyjd3ujRhhMJyvNDTTE4/xB1gQdR6ngc+n+djVObQz4/369Vx 4Jy/svb4ZruLo+i8mzcw5gFL/iht0W40LMVBRyQlFmJe1f7Mjv5eZTcqTV4MRsgq4DWa rz4oRm2HWTPHPIrADvCK7b+oXKrNVFbSTFIxSYHIH62eXGV3CiyO0YQlhLwb5JHoxzC+ 1L5XsbVPfD3SzWDXCbaHz8/lCZXkrIjQGapBEII+AAr89mzYdOK9ADgtEVLlbNkPk0Dk G+sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=RTYE3Gt+80WmKWKLTuE80qs5M+omjQAR8nFkYi4e7DY=; b=IPng+Vn7gZvJhfX9GUmCymrtGRnOuZyQLBIdDJrHmkqwcM+L0IhC+jueccH6FQuZfX c4jjEp6eMszk8KSiibkTT5D8FfmBcDTUBCHRoZYBfTalvfcF3sKer2u49uWg+QLQHIxi zsovpaWRgzZLQXZQb1UmozNYm2Uk2qDshPixBz0OxGADaBFsxdajsaOAYCl32m62L7hD KCr81yqbciSEODLVhTgyUsYroSuAdiJiLTrKj6FHP4k4p/EumWzVeV+NYvvFtgplKK4A dxacHiwyAoVB6ABYbdT3nUjXIluNvdxXG8Xfqb4c4KqY59ymA8Y/D/dl14fuPICBtaND kYEA== X-Gm-Message-State: AG10YOT55DLEONC2jg4Y5SIKVVk8lB8fTPyNeiFME9llt4p82sM+ByE7OGJwGvk452EfQw== X-Received: by 10.28.89.195 with SMTP id n186mr6007467wmb.49.1455035391391; Tue, 09 Feb 2016 08:29:51 -0800 (PST) Received: from [192.168.0.152] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id w17sm18251505wmw.5.2016.02.09.08.29.50 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Feb 2016 08:29:50 -0800 (PST) To: internals@lists.php.net References: Message-ID: <56BA13A3.3000202@gmail.com> Date: Tue, 9 Feb 2016 16:28:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Contributor Guidelines, and Updates to Code of Conduct progress From: rowan.collins@gmail.com (Rowan Collins) Pierre Joye wrote on 09/02/2016 16:00: > Also one problem we have now with the RFCs is feedback not being taken > into account because it does not match the author ideas. In a previous discussion, I backed the idea of encouraging all RFCs to have multiple authorship. The idea that an RFC "belongs" to a single sponsor can lead to defensive / competitive solutions, rather than collaborative ones. The RFCs are hosted on a wiki, a platform literally invented to foster ad hoc collaboration; they should be drafted, re-drafted, edited, and re-shaped. This could actually form part of the guidelines: "Do not treat an RFC as your personal property to be defended against the community; rather, treat it as an offering of effort which the community will help you shape". (I haven't spent long thinking about that wording - feel free to improve it.) Regards, -- Rowan Collins [IMSoP]