Author: dsahlberg
Date: Tue Aug 29 16:04:02 2023
New Revision: 1911988
URL: http://svn.apache.org/viewvc?rev=1911988&view=rev
Log:
In site/staging:
* docs/community-guide/conventions.part.html
(#github): Add a new section about GitHub integration
* docs/community-guide/conventions.toc.html
Link to the new #github section.
Modified:
subversion/site/staging/docs/community-guide/conventions.part.html
subversion/site/staging/docs/community-guide/conventions.toc.html
Modified: subversion/site/staging/docs/community-guide/conventions.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/conventions.part.html?rev=1911988&r1=1911987&r2=1911988&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/conventions.part.html
(original)
+++ subversion/site/staging/docs/community-guide/conventions.part.html Tue Aug
29 16:04:02 2023
@@ -1268,4 +1268,28 @@ voted for the change to be merged.</p>
</div> <!-- crediting -->
+<div class="h2" id="github">
+<h2>Github
+ <a class="sectionlink" href="<!--#echo var="GUIDE_CONVENTIONS_PAGE"
-->#github"
+ title="Link to this section">¶</a>
+</h2>
+
+<p>The Subversion repository is mirrored to GitHub at <a
+href="https://github.com/apache/subversion/"
+>https://github.com/apache/subversion/</a>.</p>
+
+<p>Some users might create pull requests in GitHub. If the code is committed
+to the Subversion repository, make sure to include text in the log message
+to automatically close the pull request:</p>
+
+<pre>
+This fixes #NNN in GitHub
+</pre>
+
+<p>To manage pull requests without committing code, you must have a GitHub
+account connected to your ASF id and you must have the <tt>triager</tt> role
+assigned to your account by ASF Infra.</p>
+
+</div> <!-- github -->
+
</div> <!-- conventions -->
Modified: subversion/site/staging/docs/community-guide/conventions.toc.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/conventions.toc.html?rev=1911988&r1=1911987&r2=1911988&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/conventions.toc.html (original)
+++ subversion/site/staging/docs/community-guide/conventions.toc.html Tue Aug
29 16:04:02 2023
@@ -13,6 +13,7 @@
<li><a href="#other-conventions">Other coding conventions</a></li>
<li><a href="#log-messages">Writing log messages</a></li>
<li><a href="#crediting">Crediting</a></li>
+ <li><a href="#github">GitHub</a></li>
</ul>
<!--#else -->
<ul>
@@ -29,5 +30,6 @@
<li><a href="conventions.html#other-conventions">Other coding
conventions</a></li>
<li><a href="conventions.html#log-messages">Writing log messages</a></li>
<li><a href="conventions.html#crediting">Crediting</a></li>
+ <li><a href="conventions.html#github">GitHub</a></li>
</ul>
<!--#endif -->