<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Code Review</title><link>https://sourceforge.net/p/bbct/wiki/Code%2520Review/</link><description>Recent changes to Code Review</description><atom:link href="https://sourceforge.net/p/bbct/wiki/Code%20Review/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 03 Sep 2013 19:47:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bbct/wiki/Code%20Review/feed" rel="self" type="application/rss+xml"/><item><title>Code Review modified by Code Guru</title><link>https://sourceforge.net/p/bbct/wiki/Code%2520Review/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="code-review"&gt;Code Review&lt;/h1&gt;
&lt;p&gt;This page describes the code review process after a patch has been submitted and the responsibilities of the Reviewer(s) and the Submitter.&lt;/p&gt;
&lt;h2 id="reviewer"&gt;Reviewer&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Reply to the email with the submitted patches. Be sure that the To: field contains both the mailing list and submitter's email addresses.&lt;/li&gt;
&lt;li&gt;Place general comments at the top of the email. Suggestions which are specific to a given section of code should be inline with the patch text. &lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="submitter"&gt;Submitter&lt;/h2&gt;
&lt;p&gt;If you need to make changes to your patches after recieving a review, you should base those changes on the existing commits in your local git repo.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Checkout the first commit in your feature branch and create a new branch for the code review changes.&lt;/li&gt;
&lt;li&gt;Make the appropriate changes as suggested by the reviewer.&lt;/li&gt;
&lt;li&gt;Amend the commit with &lt;code&gt;git commit --ammend -aC&lt;/code&gt; from the command-line or by clicking the "Amend Previous Commit" button in the Git Staging view in Eclipse.&lt;/li&gt;
&lt;li&gt;Move your other commits from your feature branch to your new code review branch. If every commit needs changes, you can use &lt;code&gt;git cherry-pick&lt;/code&gt; and repeat steps 2 and 3. If several commits will remain unchanged from your original submission, use &lt;code&gt;git  rebase&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Code Guru</dc:creator><pubDate>Tue, 03 Sep 2013 19:47:28 -0000</pubDate><guid>https://sourceforge.net1edce0cbc5fedc8a2c5f97ed8fc7fa3de968829f</guid></item></channel></rss>