From f46827212e3cf1121c00cabd6aa7be6f53d8f38c Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Sat, 16 Nov 2013 14:35:04 -0800 Subject: [PATCH] Added CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..0f10dd655 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to RocksDB + +## Contributor License Agreement ("CLA") + +In order to accept your pull request, we need you to submit a CLA. You only need to do this once, so if you've done this for another Facebook open source project, you're good to go. If you are submitting a pull request for the first time, just let us know that you have completed the CLA and we can cross-check with your GitHub username. + +Complete your CLA here: + +## License + +By contributing to RocksDB, you agree that your contributions will be licensed under the [BSD License](LICENSE).