Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80894 invoked from network); 1 Nov 2014 12:29:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2014 12:29:17 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.180 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.180 mail-wi0-f180.google.com Received: from [209.85.212.180] ([209.85.212.180:65384] helo=mail-wi0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/D0-63593-A12D4545 for ; Sat, 01 Nov 2014 07:29:15 -0500 Received: by mail-wi0-f180.google.com with SMTP id hi2so3161344wib.13 for ; Sat, 01 Nov 2014 05:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=xecwBPKt8RQQHZHFNw3Z6KP1JcimssMy8CemliJ1SPk=; b=Kg+rJpr9qzsZnaJFRJWuI2qBH1sKG68rEy26l6C62cJZhG7QRTsf6Dhrj9YxYwflII of6dA7igiFRSwj2ZftCzKpfN/ADiEEoacVlAm2hrFDZwNM2ZiQgACW0Jw/hnwJlHC0cy nqBwkcFSZq759HpSMUClVTJuiEvy2Hn2c4zXJZR45ticaU1RrsCto4MmTefqOPNxCSVi diEXF9BeOGJ7KE7THpWxambPx0XCKjwSkML9+4Vx8dXJdxVsT59LRbg+OQHEhfd7jRtC SNs7JeMJa789o2wSYGaDh8FVrHKr0eXkZVG3YFB/3DbJrnrYq1+AlxfCn7uNS2RQnOLE 5b7Q== X-Received: by 10.180.72.5 with SMTP id z5mr3769977wiu.16.1414844951590; Sat, 01 Nov 2014 05:29:11 -0700 (PDT) Received: from [192.168.0.3] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id y5sm1465006wix.9.2014.11.01.05.29.10 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Nov 2014 05:29:10 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sat, 01 Nov 2014 12:28:07 +0000 To: PHP internals Message-ID: Subject: Re: [PHP-DEV] [RFC] GitHub Pull Requests Triage Team From: rowan.collins@gmail.com (Rowan Collins) On 1 November 2014 11:53:11 GMT, Pierre Joye wrote: >Hi, > >On Oct 31, 2014 4:57 AM, "John Bafford" wrote: >> >> 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’s 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’t 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. > >As much as I like the idea I never understood why we do not have them >here. > >Given that many PRs have discussions, it should show up on internals. > >PS: yes we have a PR list. Which did not work as expected. PRs and >discussions in them should not be considered as noises to the internals >list It depends on the type of discussion - PR discussions can be an opportunity for code review and discussing the minutiae of the implementation, which don't really warrant forwarding to a wider audience. If the discussion becomes about the merit or impact of the change itself, then a discussion on Internals might make sense. The same is true of bug discussions; having every comment on every bug flood the list wouldn't make sense, but some should probably be forwarded here to get a wider audience. I don't know what the volume in this case would be, though. If there were several posts popping up on Internals every day about someone misplacing a curly brace, I would definitely think it was noise; if it were a few threads a week, mostly discussing the actual substance of changes, I'd be fine with it.