1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-07 12:46:36 +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

59 lines
2.1 KiB
Markdown

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](./Simplified-Development-Workflow.md)
- A simpler and faster intro to developing with GlusterFS, than the
doc below.
- [Developer Workflow](./Development-Workflow.md) - this tells
you about our patch requirements, tools we use, and more. Required
reading if you want to contribute code.
Compiling Gluster
-----------------
- [Compiling RPMS](./Compiling-RPMS.md) - Step by step
instructions for compiling Gluster RPMS
- [Building GlusterFS](./Building-GlusterFS.md) - How to compile
Gluster from source code. Including instructions for Ubuntu.
Developing
----------
- [Projects](./Projects.md) - Ideas for projects you could
create
- [EasyFix Bugs](./Easy-Fix-Bugs.md) - Easy to fix bugs of
GlusterFS. One of the best place to start contributing to GlusterFS.
- [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.
- [Backport Wishlist](./Backport-Wishlist.md) - Problems fixed
in the master branch might need to get fixed in stable release
branches too.
- [Backport Guidelines](./Backport-Guidelines.md) describe the steps that
branches too.
Testing
-------
- [Our Jenkins Infrastructure](./Jenkins-Infrastructure.md) - A
braindump of the Jenkins infrastructure we have in place for
automated testing
- [Manual steps for setting up a Jenkins slave VM in
Rackspace](./Jenkins-Manual-Setup.md) - Steps for setting up a slave
VM in Rackspace
Other Gluster Developer documentation can be found [here](https://github.com/gluster/glusterfs/tree/master/doc/developer-guide)