1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 18:48:16 +01:00
Files
glusterfs/doc/developer-guide/README.md
kshithijiyer 051e3c7bd9 Fixing 404 links in markdown files.
Problem:
While running markdown-link-checker it was
observed that there were a large number of
404 links present in the documentation present
in the form of markdown files in the project.

This was casued due to the following reasons:
1. Repos being removed.
2. Typo in markdown links.
3. Restructring of directoires.

Solution:
Fixing all the 404 links present in the project.

fixes: bz#1746810
Change-Id: I30de745f848fca2e9c92eb7493f74738f0890ed9
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
2019-09-02 18:43:36 +05:30

2.4 KiB

Developers

From GlusterDocumentation

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.

  • License Change - we recently changed the client library code to a dual license under the GPL v2 and the LGPL v3 or later

  • GlusterFS Coding Standards

  • 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

Adding File operations

Automatic File Replication

Data Structures

Find the gfapi symbol versions here

Daemon Management Framework

Translators

Brick multiplex

Fuse

Testing/Debugging

Release Process