1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-06 00:48:24 +01:00
Files
glusterdocs/docs/Developer-guide/Developers-Index.md

46 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

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. All you need is your 'github' account to be handy.
2019-08-12 14:09:17 +03:00
Remember that, [Gluster community](https://github.com/gluster) has multiple projects, each of which has its own way of handling PRs and patches. Decide on which project you want to contribute. Below documents are mostly about 'GlusterFS' project, which is the core of Gluster Community.
Workflow
--------
- [Simplified Developer Workflow](./Simplified-Development-Workflow.md)
- A simpler and faster intro to developing with GlusterFS, than the document below
- [Developer Workflow](./Development-Workflow.md)
- Covers detail about requirements from a patch; tools and toolkits used by developers.
This is recommended reading in order to begin contributions to the project.
- [GD2 Developer Workflow](https://github.com/gluster/glusterd2/blob/master/doc/development-guide.md)
- Helps in on-boarding developers to contribute in GlusterD2 project.
Compiling Gluster
-----------------
- [Building GlusterFS](./Building-GlusterFS.md) - How to compile
Gluster from source code.
Developing
----------
- [Projects](./Projects.md) - Ideas for projects you could
create
- [Fixing issues reported by tools for static code
analysis](./Fixing-issues-reported-by-tools-for-static-code-analysis.md)
- This is a good starting point for developers to fix bugs in
GlusterFS project.
Releases and Backports
----------------------
- [Backport Guidelines](./Backport-Guidelines.md) describe the steps that branches too.
Some more GlusterFS Developer documentation can be found [in glusterfs documentation directory](https://github.com/gluster/glusterfs/tree/master/doc/developer-guide)