<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Contributing Code</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>Recent changes to Contributing Code</description><atom:link href="http://forge-allura.apache.org/p/allura/wiki/Contributing%20Code/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 26 Oct 2018 04:47:13 -0000</lastBuildDate><atom:link href="http://forge-allura.apache.org/p/allura/wiki/Contributing%20Code/feed" rel="self" type="application/rss+xml"/><item><title>Contributing Code modified by Shalitha Suranga</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,6 @@
 #Contributing Code

-If you're new to Allura development, be sure to check out the [Contributing Guide](https://forge-allura.apache.org/docs/contributing.html) in the official docs before getting started.
+If you're new to Allura development, be sure to check out the [Contributing Guide](https://forge-allura.apache.org/docs/development/contributing.html) in the official docs before getting started.

 Develop and test your patches locally and then push your changes up to your fork of Allura, and from there send us a merge request.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shalitha Suranga</dc:creator><pubDate>Fri, 26 Oct 2018 04:47:13 -0000</pubDate><guid>https://forge-allura.apache.org8bf909e075578dc582d6235bd286bcfa725d4cbf</guid></item><item><title>Contributing Code modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,7 +6,7 @@

 Things your commits must have/do:

-* follow PEP-8 (&amp;lt;http: www.python.org="" dev="" peps="" pep-0008=""/&amp;gt;) coding guidelines
+* follow [PEP-8](http://www.python.org/dev/peps/pep-0008/) coding guidelines (except the 79-char line length.  Going up to 100, sometimes even 119 is ok)
 * contain appropriate tests to be added to the automated tests
 * pass existing tests (and/or fix existing tests that need to change)
 * be divided into an appropriate number of commits, one per reasonable "chunk" of functionality
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 02 Sep 2015 14:42:42 -0000</pubDate><guid>https://forge-allura.apache.org8969ef5a70514125cfa29f949b7d6b54e5a77fb3</guid></item><item><title>Contributing Code modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,23 +1,19 @@
 #Contributing Code

-If you're new to Allura development, be sure to check out the [Contributing Guide](http://allura.sourceforge.net/docs/contributing.html) in the official docs before getting started.
+If you're new to Allura development, be sure to check out the [Contributing Guide](https://forge-allura.apache.org/docs/contributing.html) in the official docs before getting started.

-Develop and test your patches locally and then push your changes up to your 'forked' repo on SourceForge, and from there send us a merge request.
+Develop and test your patches locally and then push your changes up to your fork of Allura, and from there send us a merge request.

 Things your commits must have/do:

 * follow PEP-8 () coding guidelines
-
-* contain appropriate tests to be added to the automated testing machinery
-
+* contain appropriate tests to be added to the automated tests
 * pass existing tests (and/or fix existing tests that need to change)
-
 * be divided into an appropriate number of commits, one per reasonable "chunk" of functionality

-Things your patch will have before it can be merged into branch 'dev' or 'master':
+Things your patch will have before it can be merged into the 'master' branch:

 * Discussion either on the mailing list or in the merge request, where you submitted it
-
 * Code-review (possibly many times as you re-work your patches in response to discussion)

 Very small patches might not need much discussion.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 28 Mar 2014 14:23:54 -0000</pubDate><guid>https://forge-allura.apache.orge76534cfcdec1bc457e3d4faf543610988900663</guid></item><item><title>Contributing Code modified by Tim Van Steenburgh</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,6 @@
 #Contributing Code
+
+If you're new to Allura development, be sure to check out the [Contributing Guide](http://allura.sourceforge.net/docs/contributing.html) in the official docs before getting started.

 Develop and test your patches locally and then push your changes up to your 'forked' repo on SourceForge, and from there send us a merge request.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Steenburgh</dc:creator><pubDate>Fri, 03 Jan 2014 17:38:12 -0000</pubDate><guid>https://forge-allura.apache.org83a341cbe87d28f1e40486ce59722f7e8f535da9</guid></item><item><title>Contributing Code modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Contributing%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="contributing-code"&gt;Contributing Code&lt;/h1&gt;
&lt;p&gt;Develop and test your patches locally and then push your changes up to your 'forked' repo on SourceForge, and from there send us a merge request.&lt;/p&gt;
&lt;p&gt;Things your commits must have/do:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;follow PEP-8 (&lt;a href="http://www.python.org/dev/peps/pep-0008/" rel="nofollow"&gt;http://www.python.org/dev/peps/pep-0008/&lt;/a&gt;) coding guidelines&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;contain appropriate tests to be added to the automated testing machinery&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;pass existing tests (and/or fix existing tests that need to change)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;be divided into an appropriate number of commits, one per reasonable "chunk" of functionality&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Things your patch will have before it can be merged into branch 'dev' or 'master':&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discussion either on the mailing list or in the merge request, where you submitted it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Code-review (possibly many times as you re-work your patches in response to discussion)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Very small patches might not need much discussion.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 13 Sep 2013 15:44:24 -0000</pubDate><guid>https://forge-allura.apache.orga1b729205e8b103e5993586ee69b57eb973c247a</guid></item></channel></rss>