You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/29 11:44:37 UTC

[Thrift Wiki] Update of "HowToContribute" by RogerMeier

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "HowToContribute" page has been changed by RogerMeier.
http://wiki.apache.org/thrift/HowToContribute?action=diff&rev1=2&rev2=3

--------------------------------------------------

+ = How to contribute =
   1. Check if someone else has already begun work on the change you have in mind in the [[https://issues.apache.org/jira/browse/THRIFT| JIRA issue tracker]]
   1. If not, create a ticket describing the change you're proposing in the issue tracker
   1. Check out the latest version of the source code
-   * ''svn checkout http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift-trunk''
+   * ''svn checkout http://svn.apache.org/repos/asf/thrift/trunk thrift-trunk''
   1. Modify the source to include the improvement/bugfix
    * Verify that you follow the same CodingStyle you see within the language you are working on
    * Verify that your change works by adding a unit test.