diff options
author | Lalatendu Mohanty <lmohanty@redhat.com> | 2015-02-23 20:50:37 +0530 |
---|---|---|
committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-02-25 04:28:36 -0800 |
commit | 1dbe0d63259f1fe63c453d56fd97567368e9c0f5 (patch) | |
tree | 3bae38d2d25cbc8ca7593866da8061cf1a9f39bc /README.md | |
parent | 5d59402af8397da1a8eb5f822e1e650ce3285833 (diff) |
README: Adding information about Gluster dev workflow
In the README.md (which is automatically rendered in
github) there is no information about GlusterFS
workflow. So community members send pull requests in
github.
This patch will put the workflow information, so that
it would be easy for community members to know about
it by looking at GlusterFS's github mirror.
Change-Id: I62718f75aa26a45fe28e3e9399d1aa2338211c73
BUG: 1195336
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
Reviewed-on: http://review.gluster.org/9727
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000000..73600a7e52e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +For information about contributing to GlusterFS, please follow the below link : +[Contributing to GlusterFS community](http://www.gluster.org/community/documentation/index.php/Main_Page#Contributing_to_the_Gluster_Community) + +*GlusterFS does not follow the [GitHub: Fork & pull](https://help.github.com/articles/using-pull-requests/) workflow but use [Gerrit](http://review.gluster.org) for code review.* + +The development guidelines are detailed in [Development Workflow.](http://www.gluster.org/community/documentation/index.php/Simplified_dev_workflow) + +For more info, please visit http://www.gluster.org/. |