Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59078 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16585 invoked from network); 20 Mar 2012 14:11:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2012 14:11:10 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:45825] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/E0-11714-AFF886F4 for ; Tue, 20 Mar 2012 09:11:08 -0500 Received: by lahl5 with SMTP id l5so63426lah.29 for ; Tue, 20 Mar 2012 07:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=o+eNoQWDhZF6twwFpAv3vo5avxJLby1KGLfGDy2RPXU=; b=QnMoLVoUvgZZOsEgwYCgWecwB6Vr5Qnrlftqt8WOh/gfToTSO0xZFkbNmCgdonwmWd ZNNXB7AGcbhdPg116fJv+pXNbKg/YTTPbZuIYS5mGK4Is3leaRhRgwIJ2FrTtiHwbbRU kmMCse6LIJbZ4SoymGsz7XuvIN+SwwaWtdh8Y3VPR5XnxnvsbMhU2ttMUJVXBcah8Yx4 c4s2JHh+QAC5L/KkdZHS/vI2U+sr8YHvhtbIKnJ36YRpU0A6kRi0gclFiMNMSBcK0Wfu O7Mcr07PIxyvU8KV4jWsBUj0h/FVtOxIk5MjmHWuFpJ6CC/23h7pnWDtCi9RzaKw1gr5 bGRg== MIME-Version: 1.0 Received: by 10.152.102.145 with SMTP id fo17mr63595lab.2.1332252663719; Tue, 20 Mar 2012 07:11:03 -0700 (PDT) Received: by 10.152.13.40 with HTTP; Tue, 20 Mar 2012 07:11:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Mar 2012 14:11:03 +0000 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Github Pull Request From: dragoonis@gmail.com (Paul Dragoonis) thanks dsp and johannes for this nice tool. On Tue, Mar 20, 2012 at 10:16 AM, David Soria Parra wrote: > Hi > > with the php-src migrated to git we start receiving > pull request on github. A few things to notice: > > =A0- developers can pull the requests as described here: > =A0 =A0https://wiki.php.net/vcs/gitfaq#github_pull_requests > =A0- people with valid github accounts can comment > =A0 =A0on pull request > =A0- people with valid php accounts can close pull > =A0 =A0request using the tool http://qa.php.net/pulls. > =A0 =A0Thank you joahnnes for writing it. > > Before pulling make sure: > > =A0- the pull request contains appropriate tests for > =A0 =A0the change > =A0- the commit message contains a good and precise > =A0 =A0description what was changed and why > > ensure that you pull it into the right branch. > > Pull request notifications are send to the > git-pulls@lists.php.net mailinglist. > > Note that we DONT hand out access to the > github repository and will we not add > you to the PHP organization on github. > > =A0- David > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >