You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2015/01/05 20:48:47 UTC

[1/2] cassandra git commit: Add CONTRIBUTING.md

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 c1374ae42 -> 1af8ea5ef


Add CONTRIBUTING.md

See https://github.com/blog/1184-contributing-guidelines
Hopefully this will miminise the amount of pull requests we keep
getting.


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a2230829
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a2230829
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a2230829

Branch: refs/heads/cassandra-2.1
Commit: a22308294ddd210b99951649ca295773c0d2bbe4
Parents: e550ea6
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Jan 5 22:45:53 2015 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Jan 5 22:45:53 2015 +0300

----------------------------------------------------------------------
 CONTRIBUTING.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a2230829/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..8366579
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,17 @@
+# Apache Cassandra and Pull Requests
+
+Apache Cassandra doesn't use GitHub pull requests as part of the development process.
+In fact, this repository is a GitHub mirror of [the official repo](https://git-wip-us.apache.org/repos/asf/cassandra.git). The development team has no control over it. We cannot merge or close any pull requests opened for the apache/cassandra repository, so please don't open them.
+
+# How to Contribute
+
+Use [Cassandra JIRA](https://issues.apache.org/jira/browse/CASSANDRA/) to create an issue, then either attach a patch or post a link to a GitHub branch with your changes.
+
+# Useful Links
+
+- How you can contribute to Apache Cassandra [presentation](http://www.slideshare.net/yukim/cassandrasummit2013) by Yuki Morishita
+- Code style [wiki page](https://wiki.apache.org/cassandra/CodeStyle)
+- Running Cassandra in IDEA [guide](https://wiki.apache.org/cassandra/RunningCassandraInIDEA)
+- Running Cassandra in Eclipse [guide](https://wiki.apache.org/cassandra/RunningCassandraInEclipse)
+- Cassandra Cluster Manager - [CCM](https://github.com/pcmanus/ccm) and a guide [blog post](http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters)
+- Cassandra Distributed Tests aka [dtests](https://github.com/riptano/cassandra-dtest)


[2/2] cassandra git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by al...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1af8ea5e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1af8ea5e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1af8ea5e

Branch: refs/heads/cassandra-2.1
Commit: 1af8ea5efccd51cb4c35021ea24dbe88b1de8104
Parents: c1374ae a223082
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Jan 5 22:48:37 2015 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Jan 5 22:48:37 2015 +0300

----------------------------------------------------------------------
 CONTRIBUTING.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------