Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28488 invoked from network); 16 Sep 2013 10:38:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2013 10:38:23 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:34783] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/20-27599-D9FD6325 for ; Mon, 16 Sep 2013 06:38:22 -0400 Received: from [192.168.2.20] (ppp-188-174-42-228.dynamic.mnet-online.de [188.174.42.228]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id A9C143FE86; Mon, 16 Sep 2013 12:38:25 +0200 (CEST) To: Michael Wallner Cc: David Soria Parra , PHP Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 Sep 2013 12:38:08 +0200 Message-ID: <1379327888.3097.8158.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Call for participation: github pull request From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2013-09-16 at 09:08 +0200, Michael Wallner wrote: > On 16 September 2013 03:36, David Soria Parra wrote: > > We have recenty discussed a lot of new language features and RFC while our > > github pull requests are continously growing without getting pulled. We > > have 74 open pull request. > > > > So this is a clal for participation in helping to wingle those numbers > > down. If you have karma and can review open changes please feel free to > > merge them. It's very unfortune that we have so many open patches not > > processed. > > How to actually get karma to manage those pull request in github? Everybody with an github account can comment. As the setup is a bit fragile (i.e. clicking the "pull" button will pull in the mirrored repository, which will cause trouble on next push from git.php.net) we don't handout the "PHP membership" on github too frequently (just trying to have enough to be able to act on issues quickly and avoiding "bus factor" issues) Everybody with a php.net account can use https://qa.php.net/pulls/ to comment on pull requests or closing them. johannes