Repository: apex-site Updated Branches: refs/heads/asf-site 52b7437c6 -> 6bee4c00c
from 75a92906eb5e8f312b4d0e81a6e7ff5275b4cd5c Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/6bee4c00 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/6bee4c00 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/6bee4c00 Branch: refs/heads/asf-site Commit: 6bee4c00c1ca23ccb24f5f24d7e674885e22f4cb Parents: 52b7437 Author: Thomas Weise <[email protected]> Authored: Wed Aug 17 13:47:38 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Wed Aug 17 13:47:38 2016 -0700 ---------------------------------------------------------------------- content/community.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/6bee4c00/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index c542522..2de61a0 100644 --- a/content/community.html +++ b/content/community.html @@ -90,21 +90,22 @@ <h2 id="powered-by-apex">Powered By Apex</h2> <p>List of organizations using Apache Apex is available at <a href="/powered-by-apex.html">Powered by Apex</a>.</p> <h1 id="contributing">Contributing</h1> -<p><strong>To learn more about how we use Github to accept contributions to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p> +<p>Looking for ideas to get involved? Please see <a href="https://issues.apache.org/jira/issues/?jql=project%20in%20(APEXCORE%2C%20APEXMALHAR">JIRA tickets for newcomers</a>%20and%20labels%20%3D%20newbie) and pick a ticket. Please also sign up to the dev mailing list and JIRA. </p> +<p><strong>To learn more about contributing to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p> <p>The Apex Project is made up of two repositories:</p> <ul> <li><a href="https://github.com/apache/apex-core">Apex Core</a> - The core of the Apex platform.</li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar</a> - Community-driven set of open-source "operators" and utilities for use in your Apex applications.</li> </ul> <p>If you are new to the project and thinking about contributing, Apex Malhar is a good place to start. To make contributions to this module, please <a href="/malhar-contributing.html">follow these guidelines</a>.</p> -<h2 id="release-process">Release Process</h2> -<p>To learn more about the release process for Apex, <a href="/release.html">check out the release guidelines</a>.</p> -<p>To learn more about the release candidate verification for Apex, <a href="/verification.html">check out the verification guidelines</a>.</p> <h2 id="issue-tracking">Issue Tracking</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/APEXCORE/">Apex Core JIRA</a></li> <li><a href="https://issues.apache.org/jira/browse/APEXMALHAR/">Apex Malhar JIRA</a></li> </ul> +<h2 id="release-process">Release Process</h2> +<p>To learn more about the release process for Apex, <a href="/release.html">check out the release guidelines</a>.</p> +<p>To learn more about the release candidate verification for Apex, <a href="/verification.html">check out the verification guidelines</a>.</p> <h2 id="security-process">Security Process</h2> <p>To report security vulnerabilities send an email to <a href="mailto:[email protected]">[email protected]</a>.</p> <p>The process for handling security vulnerabilities is the one recommended by Apache, it is described <a href="http://www.apache.org/security/committers.html">here</a>.</p>
