Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (32 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

44 lines (32 loc) · 1.52 KB

Contributing to sample-exponential-backoff

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to this repository on GitHub. These are just guidelines, not rules, use your best judgment and feel free to propose any changes to this document in a pull request.

Contributing Code

  • A good patch:

    • is clear.
    • works across all supported versions of Java (1.7 >).
    • has comments included as needed.
  • A test case that demonstrates the previous flaw that now passes with the included patch.

  • If it adds/changes a public API, it must also include documentation for those changes.

  • Must be appropriately licensed (MIT).

Reporting an issue/ Submiting a feature