From: Abhishek Lekshmanan Date: Fri, 5 Sep 2014 18:04:17 +0000 (+0530) Subject: doc: Add a contributing file at the root of repo X-Git-Tag: v0.86~140^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2408%2Fhead;p=ceph.git doc: Add a contributing file at the root of repo Github shows up a `guidelines for contributing` while opening a new pull request for any repository with a CONTRIBUTING file at the repo root, which allows for a quick overview to contribute to the repository. Currently this file just links to the Submitting Patches and the documentation start guide. Signed-off-by: Abhishek Lekshmanan --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000000..ed7e4eadc117 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,10 @@ +For the general process of submitting patches to ceph, read the below + +`Submitting Patches`_ + +For documentation patches the the following guide will help you get started + +`Documenting Ceph`_ + +.. _Submitting Patches: SubmittingPatches +.. _Documenting Ceph: doc/start/documenting-ceph.rst