Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site a88a98454 -> 98af932a6
Add info about code reviews. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/98af932a Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/98af932a Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/98af932a Branch: refs/heads/asf-site Commit: 98af932a6c4f05630694a0fb49b92d9a11e03385 Parents: a88a984 Author: JamesBognar <[email protected]> Authored: Tue Jun 20 20:31:55 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Tue Jun 20 20:31:55 2017 -0400 ---------------------------------------------------------------------- content/about.html | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/98af932a/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 3bf3c90..cb967eb 100644 --- a/content/about.html +++ b/content/about.html @@ -22,6 +22,11 @@ <p> Questions via email to <a class='doclink' href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a> are always welcome. </p> + <p> + Juneau is packed with features that may not be obvious at first. + Users are encouraged to ask for code reviews by providing links to specific source files such as through GitHub. + Not only can we help you with feedback, but it helps us understand usage patterns to further improve the product. + </p> <h5 class='toc'>Features</h5> <ul class='spaced-list'> <li>Marshalling support for:
