Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/881#discussion_r158571753
--- Diff: CONTRIBUTING.md ---
@@ -0,0 +1,27 @@
+# How To Contribute
+As an open source project, Metron welcomes contributions of all forms.
There are several great ways to contribute!
+
+* [Contributing a Code Change](#contributing-a-code-change)
+* Reviewing pull requests on our GitHub page. Check out current open [Pull
Requests](https://github.com/apache/metron/pulls)
+* Improve our documentation. Our docs are self contained in the project in
README files. Doc changes is the same process as a code change. See
[Contributing a Code Change](#contributing-a-code-change)
--- End diff --
Good catch. Changed it.
---