From 41905b7903b6886abf2b6d39c72e259180518d7f Mon Sep 17 00:00:00 2001 From: prazanna Date: Mon, 19 Dec 2016 13:01:37 -0800 Subject: [PATCH] Added contributing section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a3d3f556..1e9369df6 100644 --- a/README.md +++ b/README.md @@ -203,3 +203,9 @@ hoodie-> * commits compare --path [otherBasePath] : Compares the current dataset commits with the path provided and tells you how many commits behind or ahead * stats wa : Calculate commit level and overall write amplification factor (total records written / total records upserted) * help + +## Contributing +We :heart: contributions. If you find a bug in the library or would like to add new features, go ahead and open +issues or pull requests against this repo. Before you do so, please sign the +[Uber CLA](https://docs.google.com/a/uber.com/forms/d/1pAwS_-dA1KhPlfxzYLBqK6rsSWwRwH95OCCZrcsY5rk/viewform). +Also, be sure to write unit tests for your bug fix or feature to show that it works as expected.