Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

39 lines (21 loc) · 1.44 KB

How to contribute to the VLINGO XOOM Symbio Gemfire

Did you find a bug?

  • Make sure the bug was not already reported here: Issues.

  • If non-existing, open a new issue for the problem: Open New Issue. Always provide 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.

Patches and bug fixes

  • 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.

  • It would be really nice if your followed the basic code format used prevalently.

Please don't reformat existing code

  • Just because you don't like a given code style doesn't mean you have the authority to change it. Cosmetic changes add zero to little value.

New features and enhancements

  • Email your post your suggestion and provide an example implementation.

  • After agreement open a PR or issue.

Direct questions to...

  • Vaughn Vernon: vaughn at kalele dot io
  • Dave Muirhead: dave at brsg dot io

Contribute to documentation

  • Vaughn Vernon: vaughn at kalele dot io
  • Dave Muirhead: dave at brsg dot io

Thanks for your kind assistance! 😄

Vaughn Vernon and the VLINGO XOOM Team