You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2017/01/26 02:09:02 UTC

svn commit: r1005635 - in /websites/staging/httpd/trunk/content: ./ dev/devnotes.html

Author: buildbot
Date: Thu Jan 26 02:09:02 2017
New Revision: 1005635

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/dev/devnotes.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 26 02:09:02 2017
@@ -1 +1 @@
-1780190
+1780310

Modified: websites/staging/httpd/trunk/content/dev/devnotes.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/devnotes.html (original)
+++ websites/staging/httpd/trunk/content/dev/devnotes.html Thu Jan 26 02:09:02 2017
@@ -241,6 +241,17 @@ Guidelines</a> page.</p>
 <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>. One key
 change to note is that SSH is not used anymore for committer access, due to
 the functional differences with SVN.</p>
+<h1 id="working-with-git-github">Working with git / GitHub<a class="headerlink" href="#working-with-git-github" title="Permanent link">&para;</a></h1>
+<p>Our project is read-only mirrored by GitHub, and users contributors
+occasionally open pull requests there.  We cannot directly accept/close
+pull requests, but we can comment/review and then commit the patches. The
+commit message can contain the phrase "this closes #X" where X is the 
+pull request number which will be prominent in the interface.</p>
+<ul>
+<li>https://github.com/apache/httpd</li>
+<li>https://github.com/apache/httpd/pulls</li>
+</ul>
+<p>An example revision that closes a pull request is http://svn.apache.org/viewvc?view=revision&amp;revision=1780308</p>
             
 
             <!-- FOOTER -->