Skip to content

Commit

Permalink
doc: Add a contributing file at the root of repo
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
theanalyst committed Sep 5, 2014
1 parent 4dbc4c4 commit f0a1d28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f0a1d28

Please sign in to comment.