Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64628 invoked from network); 23 Sep 2014 08:28:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 08:28:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain anderiasch.de designates 81.169.138.148 as permitted sender) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:57677] helo=ares.art-core.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/19-09206-62F21245 for ; Tue, 23 Sep 2014 04:28:23 -0400 Received: from parabellum.local (p54A765E2.dip0.t-ipconnect.de [84.167.101.226]) by ares.art-core.org (mail.art-core.org) with ESMTPSA id BEDC02EE163; Tue, 23 Sep 2014 10:28:19 +0200 (CEST) Message-ID: <54212EE9.6070108@anderiasch.de> Date: Tue, 23 Sep 2014 10:27:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0a2 MIME-Version: 1.0 To: Zeev Suraski , Derick Rethans , Andrea Faulds CC: PHP internals References: <8DEFB90E-0F7F-4876-890D-D4AD1C655D87@ajf.me> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs? From: ml@anderiasch.de (Florian Anderiasch) On 09/22/2014 08:56 PM, Zeev Suraski wrote: > The first bullet is the one this thread deals with so far. It clearly > states that having an SVN account isn't enough - but that code contributions > to PHP are mandatory. We should probably consider revising that to also > account for people contributing docs and other types of submissions. I'd > also consider adding a requirement for contributing at least X commits (say > 20 or 50) so that someone who did a one-off or two-off patch won't have the > same vote as someone who contributed hundreds or thousands of commits. I > believe this data can be easily pulled from git. That's a horrible idea. From a very quick unscientific glance at https://github.com/php/php-src/graphs/contributors there's only ~50 people *ever* to have more than 20 commits in php-src. (Incidentally I'm at the very bottom with 22, should I be happy to just have made the cut if php-src commits are the only metric?) I'm not saying karma could be revoked after a few years, especially if there were cases where it was given back instantly on return, but this all sounds like a bureaucratic mess. Also, how do you value people reproducing bugs, checking the bugtracker, testing every build, etc.pp? There are a lot of tasks that are a lot more important in every day work than only writing internals code. I don't have a solution ready, but maybe I'm just too much in the middle ground - not a day to day contributor, but with an account nearly 11 years old and enough inactivity breaks of months to years I feel entitled enough to see both sides. Greetings, Florian