Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.5 KB

Contributing

Thank you for considering to contribute to Gluster Ansible. This document explains how the repository is organized and how to submit contributions.

Table of Contents

Introduction

We have the following categories into one of which your Ansible role might fit into:

If your proposed contribution does not align with any of the above categories feel free to send a mail to gluster-devel@ we will be happy to discuss.

Submitting contributions

  1. Fork the repo and make changes in your local repo.
  2. Make changes and commit. You may want to review your changes and run tests:
    1. Ensure that you write a README.md for your role explaining the variables supported in the role. An example role can be found here
    2. Test the role and provide at least one playbook which uses the role.
  3. Open a Pull Request. Give it a meaningful title explaining the changes you are proposing, and then add further details in the description.