Bug 454214 - Please add "How to contribute to SWT" link to SWT home
page.

Updated the page with information on gerrit.
diff --git a/fixbugs.php b/fixbugs.php
index def8eeb..5f811c9 100644
--- a/fixbugs.php
+++ b/fixbugs.php
@@ -5,7 +5,7 @@
 ob_start();
 ?>
 <div id="midcolumn">
-<h1>Fixing a bug in SWT</h1>
+<h1>How to contribute a bug fix to SWT</h1>
 <p></p>
 
 <h2>Set up your Java environment:</h2>
@@ -23,8 +23,12 @@
 <br>
 </li>
 <li>Click on any Snippet or example, and select Run As&gt;Java
-Application.<br>
+Application. You can modify any of the existing snippets or make your own in order to try to reproduce the issue.<br>
 </li>
+<li> Once the issue is reproducible, inspect the SWT source code to see if you can locate/fix the issue.
+(Debugging Tip: In gtk, you can switch between GTK2 and GTK3, by setting SWT_GTK3=0 or =1 in your launch configuration)</li>
+<li> When you have a patch that is ready for review, you should submit the patch to gerrit for review. You have to configure your git repo to push to gerrit.
+For more information and steps, please see -- https://wiki.eclipse.org/Gerrit.
 </ol>
 
 <h2>Understand SWT:</h2>
diff --git a/index.php b/index.php
index 185f3bb..9eba146 100755
--- a/index.php
+++ b/index.php
@@ -70,7 +70,7 @@
 		<li><a href="macgen.php">How to generate the SWT JNI Code for Cocoa</a></li>
 		<li><a href="opengl/">Using OpenGL in SWT Applications</a></li>
 		<li><a href="cocoaport.php">How to help with the SWT Cocoa port</a></li>
-		<li><a href="fixbugs.php">How to fix a bug in SWT</a></li>
+		<li><a href="fixbugs.php">How to contribute a bug fix to SWT</a></li>
 		<li><a href="http://www.eclipse.org/articles/index.php?sort=date&category=SWT">Many more articles about SWT</a> on Eclipse Corner at eclipse.org</li>
 		<li><a href="docs.php">Full list of articles and documentation</a></li>
 	</ul>