Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 911 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 911 Bytes

How to contribute

Balancers is an open-source project and we are looking forward to each contribution.

Your Pull Request

To make it easy to review and understand your changes, please keep the following things in mind before submitting your pull request:

  • Work on the latest possible state of olivere/balancers.
  • Create a branch dedicated to your change.
  • If possible, write a test case which confirms your change.
  • Make sure your changes and your tests work.
  • Test your changes before creating a pull request (go test ./...).
  • Don't mix several features or bug fixes in one pull request.
  • Create a meaningful commit message.
  • Explain your change, e.g. provide a link to the issue you are fixing.
  • Format your source with go fmt.

Additional Resources