Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90147 invoked from network); 4 Jan 2016 22:02:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2016 22:02:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pf0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:35254] helo=mail-pf0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/BE-07292-CFBEA865 for ; Mon, 04 Jan 2016 17:02:37 -0500 Received: by mail-pf0-f173.google.com with SMTP id 78so210479270pfw.2 for ; Mon, 04 Jan 2016 14:02:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=IDARAZav2xaYzJsgasSDXae8PfiHqzYchv52Rd8KbHU=; b=W/vuwy0rHpmsKnBlZ1iwfZnokr+ZZSAd/qYZQtvuJtiOMmO6KAZwJt26vaN6zmssxK CyhMhnbS8M3D3yu34DJU6tdCD27IEKTNL8ERIbc1h+7dAZewqA+Jg8+X6PUqtxr3T5tZ 2i1GPdbAonBi7Y8CNoUD/z5bgBgIiGlSWbKKi/s80waS83HsMk8MGWsZGZTSaUOBIVKb MVEk4Ydqu/m85MofqDU2WrJf9dzFEqda9orPs/hciaNIJuVxs8hXQzUGEQNHwN3X8V8Z givPNCHXcddk5l0rf4dXKiOOvIQLMFqZqwsmis7ATy4cJ3Aetxj5niG2EGNTDqrzE1Mv 0TLA== X-Received: by 10.98.13.16 with SMTP id v16mr128656740pfi.129.1451944953161; Mon, 04 Jan 2016 14:02:33 -0800 (PST) Received: from Stas-Air.local ([205.154.255.147]) by smtp.gmail.com with ESMTPSA id b88sm103118916pfj.11.2016.01.04.14.02.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 14:02:32 -0800 (PST) To: bishop@php.net, John Bafford References: <15D9C342-0BF3-4476-8473-A82E858781E3@zort.net> Cc: PHP internals X-Enigmail-Draft-Status: N1110 Message-ID: <568AEBF8.1020508@gmail.com> Date: Mon, 4 Jan 2016 14:02:32 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] GitHub Pull Requests Triage Team From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Warn at 2 weeks, close at 4? There's no real harm in closing it unmerged: > the submitter can always resubmit. That sounds way too short. I mean if we did process all worthy pulls in matter of days, then fine (but see below) but we are very far from that. And when we take a long time to get to it, we should allow some leeway for them to respond too. So I'd say a year-old stale pull is might be too old, but 1 month seems to be too soon. Somewhere between those should be the optimal point :) And I think RFC pulls should have longer time. Of course, people should rather work in their private forks, but some people feel more comfortable collaborating in pulls, and some RFC pulls take way longer than 4 weeks, and people may take breaks and come back. Having a handful of long-lived open pulls is not too much trouble. -- Stas Malyshev smalyshev@gmail.com