Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77531 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7255 invoked from network); 23 Sep 2014 13:27:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 13:27:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.219.47 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.219.47 mail-oa0-f47.google.com Received: from [209.85.219.47] ([209.85.219.47:54431] helo=mail-oa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/F0-01186-94571245 for ; Tue, 23 Sep 2014 09:27:37 -0400 Received: by mail-oa0-f47.google.com with SMTP id g18so5034392oah.6 for ; Tue, 23 Sep 2014 06:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2xqJnoI0hyRo462jgvc4QD6ELtktu9rAErIy2pNpnc4=; b=BpsJjL7QxJ9Mo22m8DwD6/oRpAtSTBeWl0EuLRNsTwD/PoCS0xmIDRg5RJozcahXDa 2o/ipUjpKz9o+wId6vNV/g1cK90Js12Vf6Ejp3r2ShV/209fGYMm+1H34bUUgI3Lvewd f8zrheY7tfUPL8QnZAGdNqJGaIpcBQTHLwRUs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2xqJnoI0hyRo462jgvc4QD6ELtktu9rAErIy2pNpnc4=; b=P7x3QbwjP1UbbdK2cpvFJJOPihZzrzUKG9RnE5gaC25wWuIIXmdOQIxMrPl9Ef8Bea DY5v0PZvcCu7/8WLzBFVmqbDdQFbXyRvg9QZISL9KomDdGzifyWvG/VcGxyAEAoZbe+g NBu+K1xn8HwCBIkwUzM269Y4dOcjNME5Ihg3IWgQMg7slK9bYCN+vCWRQgt/LnaKkv22 fExgJv7uqeT5Qu3mZhsWPkjT6UTwLeiSlqn6qKVTqH1935QsoATLXsZ8ArTL2Tavw1uC Zf3XMMgyGLlWTnHEcIjWeCjP3TK+g1HrcbzHis+nHmX4keFC9OmnLSAzhns6xvY9S6MZ 6xWA== X-Gm-Message-State: ALoCoQlUY1HwP6LWB5vFcv2RHRNaKtg++whKDT3UA3kbuP4dAtDzU7vHaAj31grkhY2yNpzAIL6t MIME-Version: 1.0 X-Received: by 10.60.132.39 with SMTP id or7mr2944207oeb.86.1411478854173; Tue, 23 Sep 2014 06:27:34 -0700 (PDT) Received: by 10.202.75.205 with HTTP; Tue, 23 Sep 2014 06:27:34 -0700 (PDT) In-Reply-To: References: <8DEFB90E-0F7F-4876-890D-D4AD1C655D87@ajf.me> <54212EE9.6070108@anderiasch.de> Date: Tue, 23 Sep 2014 16:27:34 +0300 Message-ID: To: Ferenc Kovacs Cc: Florian Anderiasch , Zeev Suraski , Derick Rethans , Andrea Faulds , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs? From: narf@devilix.net (Andrey Andreev) On Tue, Sep 23, 2014 at 4:13 PM, Ferenc Kovacs wrote: > On Tue, Sep 23, 2014 at 10:27 AM, Florian Anderiasch > wrote: > >> 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?) >> > > from a quick look that list only contains the contributors with an existing > (and matching) github account. > there are around 170 accounts with 20 or more commits: > https://gist.github.com/Tyrael/3bf0d24d33cf6b9e828b > ofc. some of those accounts are technical ones like the one with the empty > name (was used for changelog entries from a quick look), and there are also > some commits which were done by the same person but using different > email/author name. Even that list is not complete - it shows me with only 1 commit while I've got 2 pull requests merged. Cheers, Andrey.