summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/README.md
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-09-20 23:19:39 +0530
committerAmar Tumballi <amarts@redhat.com>2018-11-06 05:43:05 +0000
commiteb75b04fe15b8b7c0fadbafe9b2ed0c8ce87def8 (patch)
treec08dbf5174fdf9bc092f7845c8cf325022d896fe /doc/developer-guide/README.md
parentc2c70552188ee1b15bb748b4f2272062505c7696 (diff)
doc: add a new contributor 'hints' guide
Keeping this in glusterfs Repo for glusterfs specific improvements. There would be a link to this page, and some more similar pages from docs.gluster.org updates: bz#1193929 Change-Id: Ie98670cc32e62951f1b1880b1ae39f5cc2b45329 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'doc/developer-guide/README.md')
-rw-r--r--doc/developer-guide/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/developer-guide/README.md b/doc/developer-guide/README.md
index 6c00a4a221b..4d15a7a2e4e 100644
--- a/doc/developer-guide/README.md
+++ b/doc/developer-guide/README.md
@@ -18,11 +18,9 @@ code check-in.
the GPL v2 and the LGPL v3 or later
- [GlusterFS Coding Standards](./coding-standard.md)
-Developing
-----------
+- If you are not sure of where to start, and what to do, we have a small
+ write-up on what you can pick. [Check it out](./options-to-contribute.md)
-- [Language Bindings](./Language Bindings.md) - Connect to
- GlusterFS using various language bindings
Adding File operations
----------------------