blob: f8cb087fa57003e51e61635cefa754ad75420b83 [file] [log] [blame]
---
layout: page
title: Community
description: Project Community Page
group: nav-right
---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->
<!-- Hero -->
<section class="full-stripe full-stripe--subpage-header clear-header">
<div class="ml-container ml-container--horizontally-center">
<div class="col col-12 content-group content-group--center-content content-group--center-align">
<h1>{{ site.data.project.name }} {{ page.title }}</h1>
</div>
</div>
</section>
<!-- You can:
* Use our project and provide a feedback.
* Provide us with the use-cases.
* Report bugs and submit patches.
* Contribute code, javadocs, documentation.
Visit the [Contributing] page for more information.
### Mailing list
Get help using {{ site.data.project.short_name }} or contribute to the project on our mailing lists:
{% if site.data.project.user_list %}
[{{ site.data.project.user_list }}](mailto:{{ site.data.project.user_list }}) is for usage questions, help, and announcements.
[subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe),
[unsubscribe](mailto:{{ site.data.project.user_list_unsubscribe }}?subject=send this email to unsubscribe),
[archives]({{ site.data.project.user_list_archive_mailarchive }})
{% endif %}
[{{ site.data.project.dev_list }}](mailto:{{ site.data.project.dev_list }}) is for people who want to contribute code to {{ site.data.project.short_name }}.
[subscribe](mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe),
[unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe),
[archives]({{ site.data.project.dev_list_archive_mailarchive }})
[{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) is for commit messages and patches to {{ site.data.project.short_name }}.
[subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe),
[unsubscribe](mailto:{{ site.data.project.commits_list_unsubscribe }}?subject=send this email to unsubscribe),
[archives]({{ site.data.project.commits_list_archive_mailarchive }})
{% if site.data.project.issues_list %}
[{{ site.data.project.issues_list }}](mailto:{{ site.data.project.issues_list }}) is for issues workflow notifications. [subscribe](mailto:{{ site.data.project.issues_list_subscribe }}?subject=send this email to subscribe),
[unsubscribe](mailto:{{ site.data.project.issues_list_unsubscribe }}?subject=send this email to unsubscribe),
[archives]({{ site.data.project.issues_list_archive_mailarchive }})
{% endif %}
### Issue tracker
#### Bug Reports
Found bug? Enter an issue in the [Issue Tracker](https://issues.apache.org/jira/browse/{{ site.data.project.jira }}).
Before submitting an issue, please:
* Verify that the bug does in fact exist.
* Search the issue tracker to verify there is no existing issue reporting the bug you've found.
* Consider tracking down the bug yourself in the Wink's source and submitting a patch along with your bug report. This is a great time saver for the Wink developers and helps ensure the bug will be fixed quickly. -->
<section class="full-stripe full-stripe--alternate hero">
<div class="ml-container ml-container--three-column">
<!-- section 1 -->
<div class="col col-4">
<h2>Github</h2>
<p>You can find all of Apache SystemML’s code on Github, including example algorithms and notebooks. Fork it, try it out, and contribute to SystemML yourself.</p>
<a href="https://github.com/apache/systemml" target="_blank" class="button button-primary">Go To Github</a>
</div>
<!-- section 2 -->
<div class="col col-4">
<h2>Jira</h2>
<p>Keep track of the daily updates with SystemML. Create your own Jira to report issues and bugs you come across, acting as part of the SystemML community.</p>
<a href="https://issues.apache.org/jira/browse/{{ site.data.project.jira }}" target="_blank" class="button button-primary">Go To Jira</a>
</div>
<!-- section 3 -->
<div class="col col-4">
<h2>Roadmap</h2>
<p>View SystemML's roadmap for a comprehensive blueprint of future plans. You can also browse through a list of completed features from past versions.</p>
<a href="roadmap.html" target="_blank" class="button button-primary">Go to Roadmap</a>
</div>
</div>
</section>
<!-- SystemML Project Committers -->
<section class="full-stripe">
<div class="ml-container">
<div class="col col-12 content-group content-group--center-align">
<h2>SystemML Project Committers</h2><br>
</div>
<div class="col col-12 content-g">
{% if site.data.contributors %}
{% for member in site.data.contributors %}
<div class="profile">
<a href="http://github.com/{{ member.githubId }}">
<img class="profile--img" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}">
</a>
<div class="profile--info">
<a class="profile--name" href="http://github.com/{{ member.githubId }}">{{member.name}}</a>
<ul class="bullet-pointless">
<li></li>
<li>{{member.role}}</li>
<li>{{member.org}}</li>
</ul>
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
</section>
<!-- Mailing List Description -->
<section class="full-stripe full-stripe--alternate" id="mailing-list">
<!-- Mailin List Header -->
<div class="ml-container ml-container--horizontally-center">
<div class="col col-12 content-group">
<h2>Subscribe to Our Mailing Lists</h2>
<p>For SystemML updates and news, subscribe to our mailing lists. As SystemML grows, so will our community. To unsubscribe, change the recipient from "subscribe" to "unsubscribe."</p>
</div>
</div>
<!-- Mailing List 1 -->
<div class="ml-container ml-container--narrow-list feature-content button-group">
<div class="col col-8">
<h3>Developer List</h3>
<p>Questions, feedback, and other SystemML related items are discussed on the dev mailing list.</p>
</div>
<div class="col col-4">
<a href="mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a>
<a href="{{ site.data.project.dev_list_archive_mailarchive }}" target="_blank" class="button button-secondary">View Archives</a>
</div>
</div>
<!-- Mailing List 2 -->
<div class="ml-container ml-container--narrow-list feature-content button-group">
<div class="col col-8">
<h3>Issues List</h3>
<p>JIRA notifications are sent to this list when issues are created, modified or pull requests are submitted.</p>
</div>
<div class="col col-4">
<a href="mailto:{{ site.data.project.issues_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a>
<a href="{{ site.data.project.issues_list_archive_mailarchive }}" target="_blank" class="button button-secondary">View Archives</a>
</div>
</div>
<!-- Mailing List 3 -->
<div class="ml-container ml-container--narrow-list feature-content button-group">
<div class="col col-8">
<h3>Commits List</h3>
<p>Notifications with code diffs are sent to this list when changes are committed to the SystemML source tree.</p>
</div>
<div class="col col-4">
<a href="mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a>
<a href="{{ site.data.project.commits_list_archive_mailarchive }}" target="_blank" class="button button-secondary">View Archives</a>
</div>
</div>
</section>
<!-- #### Feature Requests
Enhancement requests for new features are also welcome. The more concrete and rationale the request is, the greater the chance it will incorporated into future releases.
[https://issues.apache.org/jira/browse/{{ site.data.project.jira }}](https://issues.apache.org/jira/browse/{{ site.data.project.jira }})
### Source Code
The project sources are accessible via the [source code repository]({{ site.data.project.source_repository }}) which is also mirrored in [GitHub]({{ site.data.project.source_repository_mirror }})
### Website Source Code
The project website sources are accessible via the [website source code repository]({{ site.data.project.website_repository }}) which is also mirrored in [GitHub]({{ site.data.project.website_repository_mirror }}) -->