Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 911 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 911 Bytes

How to contribute

We definitely welcome your patches and contributions to Samaritan! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Workflow

We use Github Flow, all changes happen through pull requests. We actively welcome your pull requests:

  • Fork the repo and create your branch from master.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes.
  • Make sure your code lints.
  • Issue that pull request!

Code style

The coding style suggested by the Golang community is used in Samaritan. See the style doc for details.