From ed4fc31db55691b02932ea24d42d50ee7bc002c6 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 4 Oct 2016 15:21:43 -0700 Subject: [PATCH] Add link to CONTRIBUTING.md to main docs README.md --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 5892c2a74..0eb409534 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,10 @@ This directory will contain the user and feature documentation for RocksDB. The documentation will be hosted on GitHub pages. +### Contributing + +See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution details. + ### Run the Site Locally The requirements for running a GitHub pages site locally is described in [GitHub help](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements). The steps below summarize these steps.