Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91174 invoked from network); 20 Mar 2012 10:16:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2012 10:16:51 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Tue, 20 Mar 2012 05:16:50 -0500 Received: from [217.114.211.68] ([217.114.211.68:3224] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/10-24788-119586F4 for ; Tue, 20 Mar 2012 05:16:50 -0500 To: internals@lists.php.net User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Github Pull Request From: dsp@php.net (David Soria Parra) Hi with the php-src migrated to git we start receiving pull request on github. A few things to notice: - developers can pull the requests as described here: https://wiki.php.net/vcs/gitfaq#github_pull_requests - people with valid github accounts can comment on pull request - people with valid php accounts can close pull request using the tool http://qa.php.net/pulls. Thank you joahnnes for writing it. Before pulling make sure: - the pull request contains appropriate tests for the change - the commit message contains a good and precise description 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. - David