Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37895 invoked from network); 18 Nov 2014 05:59:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2014 05:59:52 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.170 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.170 mail-pd0-f170.google.com Received: from [209.85.192.170] ([209.85.192.170:48945] helo=mail-pd0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/E6-06780-750EA645 for ; Tue, 18 Nov 2014 00:59:52 -0500 Received: by mail-pd0-f170.google.com with SMTP id fp1so6485105pdb.15 for ; Mon, 17 Nov 2014 21:59:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OzByD+OGUb8XUA2lATJ55wieO8Qho5sVY+O4aP73ti8=; b=0nCqfwad/78sr3tuLDvA5d84kIfc+2Ppb44157+16W1nAaJgOzKfBdOZmxbFE5QkC7 trjhxlsLsLKkdHMwk8nqWtM8M4bT4RL6qh4RFJ80NXQ/IsSstl18Ou2w/Rp5b05KfD2W uNISjOhrsZIVuw25FZqNmZhhLaPOUZX4J/EmggADKbA8k7MW3YAiMWRgMlOzIevohFt6 /WBWbyDQnyqp9VJSfx9qshfH/GiE1vZYCmUwCZP8dwepxj9AyQ0qLpfjSPrz0VlywsxB EhTQ/lOqCm9mpeR4z217DiJLWewqeh6+xQK3Q4j0NQE8xXdDQKja+GoJGA4G87BNXpdA rIHA== X-Received: by 10.70.26.35 with SMTP id i3mr35062136pdg.84.1416290388712; Mon, 17 Nov 2014 21:59:48 -0800 (PST) Received: from [192.168.2.102] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id pi2sm36875927pdb.14.2014.11.17.21.59.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 21:59:48 -0800 (PST) Message-ID: <546AE052.70504@gmail.com> Date: Mon, 17 Nov 2014 21:59:46 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Julien Pauli , John Bafford CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] GitHub Pull Requests Triage Team From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I like the label idea, it will help having a nice overall look on the PRs. > > When I myself find some time, I mainly browse through bugs.php.net and > fix things and close issues. As an experiment, I went and added a bunch of labels to github: RFC - for RFC PRs bugfix - for fixes associated with bugs enhancement - for PRs that improve something that is not a bug, but not big enough to be RFC quickfix - small fixes like typos, etc. which can be reasonably merged by anyone after quick review tests - test-only PRs, these can also be usually merged as soon as they pass, since the more tests the better :) Please tell if you think we need more labels. Don't need too many of them but I think it'd help if someone having half an hour to contribute would be able to go to PRs, choose quickfix or typo labels and merge away without trying to read through gigantic RFC patches.