From f0a1d281c7f7569d9ae2aacc6890e030705085c6 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Fri, 5 Sep 2014 23:34:17 +0530 Subject: [PATCH] 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 --- CONTRIBUTING.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000000..ed7e4eadc1175 --- /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 -- 2.39.5