Repository: apex-site Updated Branches: refs/heads/master 5897f47b3 -> 75a92906e
Add candidate JIRA list link to contributing section. Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/75a92906 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/75a92906 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/75a92906 Branch: refs/heads/master Commit: 75a92906eb5e8f312b4d0e81a6e7ff5275b4cd5c Parents: 5897f47 Author: Thomas Weise <[email protected]> Authored: Wed Aug 17 13:22:51 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Wed Aug 17 13:22:51 2016 -0700 ---------------------------------------------------------------------- src/md/community.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/75a92906/src/md/community.md ---------------------------------------------------------------------- diff --git a/src/md/community.md b/src/md/community.md index f977b51..54d7193 100644 --- a/src/md/community.md +++ b/src/md/community.md @@ -23,10 +23,11 @@ To see upcoming meetup events, please visit the [announcements page](/announceme List of organizations using Apache Apex is available at [Powered by Apex](/powered-by-apex.html). - # Contributing -**To learn more about how we use Github to accept contributions to the project, [check out the contributing guidelines](/contributing.html).** +Looking for ideas to get involved? Please see [JIRA tickets for newcomers](https://issues.apache.org/jira/issues/?jql=project%20in%20(APEXCORE%2C%20APEXMALHAR)%20and%20labels%20%3D%20newbie) and pick a ticket. Please also sign up to the dev mailing list and JIRA. + +**To learn more about contributing to the project, [check out the contributing guidelines](/contributing.html).** The Apex Project is made up of two repositories: @@ -35,17 +36,17 @@ The Apex Project is made up of two repositories: 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 [follow these guidelines](/malhar-contributing.html). +## Issue Tracking + +- [Apex Core JIRA](https://issues.apache.org/jira/browse/APEXCORE/) +- [Apex Malhar JIRA](https://issues.apache.org/jira/browse/APEXMALHAR/) + ## Release Process To learn more about the release process for Apex, [check out the release guidelines](/release.html). To learn more about the release candidate verification for Apex, [check out the verification guidelines](/verification.html). -## Issue Tracking - -- [Apex Core JIRA](https://issues.apache.org/jira/browse/APEXCORE/) -- [Apex Malhar JIRA](https://issues.apache.org/jira/browse/APEXMALHAR/) - ## Security Process To report security vulnerabilities send an email to [[email protected]](mailto:[email protected]).
