Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.47 KB

CONTRIBUTING.md

File metadata and controls

49 lines (25 loc) · 2.47 KB

How to contribute to gluster-block

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

  • Please use the issue template to create the issue.

Did you write a patch ?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Please use the PR template to create the new PR.

  • Please ensure that you validate your changes by running our basic test case tests/basic.t

  • Please help with steps to test your changes and/or add a simple test case.

Do you intend to add a new feature or change an existing one?

  • Suggest your change in the gluster-devel mailing list and wait for acknowledgement from the maintainer[s].

  • Alternatively you can use github issue for proposing the idea or design.

  • Once the design/idea is approved, you can start writing the code (or choose to get this done by others)

  • Please follow submitting new PR guide when your code is ready for review.

Do you have questions about the source code?

Do you want to contribute to the gluster documentation?

We encourage you to pitch in and join the team!

Thanks! ❤️ ❤️ ❤️

Gluster-block Team!