Apache Cassandra > Index > HowToContribute
Added by Johan Oskarsson, last edited by Johan Oskarsson on Apr 10, 2009  (view change)
  1. Check if someone else have already begun work on the change you have in mind in the issue tracker
  2. If not, create a ticket describing the change you're proposing in the issue tracker
  3. Check out the latest version of the source code
  4. Modify the source to include the improvement/bugfix
  5. When you're happy with the result create a patch:
    • svn add <any new file>
    • svn diff > CASSANDRA-issuenumber.patch
  6. Attach the newly generated patch to the issue and click "Submit patch" in the left side of the JIRA page
  7. Wait for other developers or committers to review it and hopefully +1 the ticket
  8. Wait for a committer to commit it.