You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/27 23:20:51 UTC

[Hadoop Wiki] Update of "ZooKeeper/HowToContribute" by mahadevkonar

Dear Wiki user,

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

The following page has been changed by mahadevkonar:
http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute

------------------------------------------------------------------------------
  svn add src/.../TestMyNewClass.java
  }}}
  
- Edit the ''CHANGES.txt'' file, adding a description of your change, including the bug number it fixes. If this is a new feature, or other enhancement that doesn't currently have a ticket please create one for it, then use it's number when adding your note to CHANGES.txt. You'll need this ticket to submit your patch anyway.
- 
  In order to create a patch, type:
  
  {{{
@@ -145, +143 @@

  
  Committers: for non-trivial changes, it is best to get another committer to review your patches before commit.  Use '''Submit Patch''' link like other contributors, and then wait for a "+1" from another committer before committing.  Please also try to frequently review things in the patch queue.
  
+ === Committing Guidelines for committers ===
+ 
+ Apply the patch uploaded by the user. Edit the ''CHANGES.txt'' file, adding a description of the change, including the bug number it fixes. Add it to the appropriate section - BUGFIXES, IMPROVEMENTS, NEW FEATURES. Please follow the format in ''CHANGES.txt'' file. While adding an entry please add it to the end of a section. Use the same entry for the svn commit message.
+ 
  == Jira Guidelines ==
  
  Please comment on issues in Jira, making their concerns known.  Please also vote for issues that are a high priority for you.