1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-06 00:48:24 +01:00
Files
glusterdocs/Developer-guide/Developers-Index.md
Bipin Kunal ace1c818d9 Added Contributors-Guide
* Renamed Workflow-Guide to Contributors-Guide
 * Updated Index.md

Updated Developer-guide
 * Update Developers-Index.md
 * Added file Easy-Fix-Bugs.md from
  "https://github.com/gluster/glusterfs/tree/master/doc/developer-guide"

Updated mkdocs.yml to reflect changes.

Signed-off-by: Bipin Kunal <bkunal@redhat.com>
2015-11-13 19:02:39 +05:30

2.1 KiB

Developers

Contributing to the Gluster community


Are you itching to send in patches and participate as a developer in the Gluster community? Here are a number of starting points for getting involved. We don't require a signed contributor license agreement or copyright assignment, but we do require a "signed-off-by" line on each code check-in.

Workflow

  • Simplified Developer Workflow
    • A simpler and faster intro to developing with GlusterFS, than the doc below.
  • Developer Workflow - this tells you about our patch requirements, tools we use, and more. Required reading if you want to contribute code.

Compiling Gluster

  • Compiling RPMS - Step by step instructions for compiling Gluster RPMS
  • Building GlusterFS - How to compile Gluster from source code. Including instructions for Ubuntu.

Developing

Testing

Other Gluster Developer documentation can be found here