Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/881#discussion_r158571805
--- 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)
+* Contributing to or starting discussions on the mailing lists. Both the
user and dev lists are great places to give and receive help, or provide
feedback.
--- End diff --
Added the link to the site.
---