Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24034 invoked from network); 30 Oct 2014 21:57:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 21:57:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=jbafford@zort.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jbafford@zort.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zort.net designates 96.241.205.2 as permitted sender) X-PHP-List-Original-Sender: jbafford@zort.net X-Host-Fingerprint: 96.241.205.2 nova.zort.net Received: from [96.241.205.2] ([96.241.205.2:37362] helo=nova.zort.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/21-17925-B54B2545 for ; Thu, 30 Oct 2014 16:57:48 -0500 Received: from [IPv6:::1] (nova.zort.net [96.241.205.2]) (authenticated bits=0) by nova.zort.net (8.14.5/8.14.5) with ESMTP id s9ULvhLi001479 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 30 Oct 2014 17:57:44 -0400 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: Date: Thu, 30 Oct 2014 14:57:39 -0700 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Subject: [RFC] GitHub Pull Requests Triage Team From: jbafford@zort.net (John Bafford) Hi, I would like to propose the creation of a team to triage the pull = requests on GitHub, to help ensure that the pull requests are handled in = a timely manner. I am also volunteering to lead such a team, should the = RFC be approved. https://wiki.php.net/rfc/github-pr PHP=92s GitHub repository has over 180 open pull requests. Many of these = are bug fixes or new tests that should be incorporated into PHP, but = have not been because the PRs aren=92t being regularly monitored. As a = result, the large number of open pull requests may also be discouraging = contributions, as potential contributors may see that pull requests are = not being acted on and decline to submit changes. Thanks, -John=