forked from SmallSharky/scylla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Message-Id: <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributing to Scylla | ||
|
||
To contribute to Scylla, you need to sign the [Contributor License Agreement](http://www.scylladb.com/opensource/cla/) and send your changes as [patches to the mailing list](https://github.com/scylladb/scylla/wiki/Formatting-and-sending-patches). We don't accept pull requests on GitHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,14 +83,6 @@ Run the image with: | |
docker run -p $(hostname -i):9042:9042 -i -t <image name> | ||
``` | ||
|
||
|
||
## Contributing to Scylla | ||
|
||
Do not send pull requests. | ||
|
||
Send patches to the mailing list address [email protected]. | ||
Be sure to subscribe. | ||
|
||
In order for your patches to be merged, you must sign the Contributor's | ||
License Agreement, protecting your rights and ours. See | ||
http://www.scylladb.com/opensource/cla/. | ||
[Guidelines for contributing](CONTRIBUTING.md) |