[Cassandra Wiki] Trivial Update of "HowToContribute" by JoshuaMcKenzie

2015-12-01 Thread Apache Wiki
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 JoshuaMcKenzie:
https://wiki.apache.org/cassandra/HowToContribute?action=diff=64=65

* Make sure all tests pass by running "ant test" in the project directory.
 * You can run specific tests like so: `ant test 
-Dtest.name=SSTableReaderTest``
* For testing multi-node behavior, https://github.com/pcmanus/ccm is useful
+   * Consider going through the [[HowToReview|Review Checklist]] for your code
   1. When you're happy with the result create a patch:
* git add 
* git commit -m ''


[Cassandra Wiki] Trivial Update of "HowToContribute" by JoshuaMcKenzie

2015-12-01 Thread Apache Wiki
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 JoshuaMcKenzie:
https://wiki.apache.org/cassandra/HowToContribute?action=diff=63=64

* git format-patch
* mv   (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 other developers or committers to review it and hopefully +1 the 
ticket (see [[HowToReview|How To Review]])
   1. Wait for a committer to commit it.
  
  == Testing and Coverage ==


[Cassandra Wiki] Trivial Update of HowToContribute by JoshuaMcKenzie

2014-08-11 Thread Apache Wiki
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 JoshuaMcKenzie:
https://wiki.apache.org/cassandra/HowToContribute?action=diffrev1=53rev2=54

  }}}
   and run 
  {{{
- git merge cassandra-1.2
+ git merge cassandra-1.1
  }}}
  If there are conflicts, resolve them and commit, followed by a push.  
Finally, switch to trunk by doing 
  {{{