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.
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!
The coding style suggested by the Golang community is used in Samaritan. See the style doc for details.