Dear Wiki user,

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

The "HowToContribute" page has been changed by CarlYeksigian:
https://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=54&rev2=55

Comment:
Updating git instructions to use format-patch so that author is set properly

    * For testing multi-node behavior, https://github.com/pcmanus/ccm is useful
   1. When you're happy with the result create a patch:
    * git add <any new or modified file>
+   * git commit -m '<message>'
+   * git format-patch
-   * git diff --cached > branchname-issue.txt (e.g. trunk-123.txt, 
cassandra-0.6-123.txt)
+   * mv <patch-file> <branchname-issue.txt> (e.g. trunk-123.txt, 
cassandra-0.6-123.txt)
   1. Attach the newly generated patch to the issue and click "Submit patch" in 
the left side of the JIRA page
   1. Wait for other developers or committers to review it and hopefully +1 the 
ticket
   1. Wait for a committer to commit it.

Reply via email to