Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by JanLehnardt: http://wiki.apache.org/couchdb/How_to_contribute_%28for_Non-Committers%29 The comment on the change is: s/.diff/.patch/ for JIRA patches, link to coding standards wiki page ------------------------------------------------------------------------------ [[Anchor(step2)]] == Step 2: Go forth and code! == - * Take a look at the recommended coding standards here: http://couchdb.apache.org/community/standards.html + * Take a look at the recommended coding standards here: [Coding_Stanrads] * Before starting, make sure that your local copy is up to the latest version * For those using the command-line subversion tools, run this before starting: {{{ @@ -47, +47 @@ * From the command line, call the following, giving your patch a name: {{{ $ cd YOUR-COUCHDB-CHECKOUT-DIR - $ svn diff > your_patch_file_name.diff + $ svn diff > your_patch_file_name.patch }}} * Open up the issue link you found/created in Step 1 * Click on '''Attach File''' under the '''Operations''' menu on the left
