Repository: incubator-systemml-website Updated Branches: refs/heads/master 9615f5f53 -> 5a6439f3f
Add issues list to the community page Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/3a8b6b7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/3a8b6b7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/3a8b6b7b Branch: refs/heads/master Commit: 3a8b6b7bb5fad94f13a9ea8abd0060dee441f2e7 Parents: 9615f5f Author: Luciano Resende <[email protected]> Authored: Thu Feb 18 18:12:14 2016 -0800 Committer: Luciano Resende <[email protected]> Committed: Thu Feb 18 18:12:14 2016 -0800 ---------------------------------------------------------------------- _data/project.yml | 8 ++++++++ community.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3a8b6b7b/_data/project.yml ---------------------------------------------------------------------- diff --git a/_data/project.yml b/_data/project.yml index 5474143..a15bc3e 100644 --- a/_data/project.yml +++ b/_data/project.yml @@ -26,6 +26,14 @@ commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/ commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ commits_list_archive_markmail: +issues_list: [email protected] +issues_list_subscribe: [email protected] +issues_list_unsubscribe: [email protected] +issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-issues/ +issues_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +issues_list_archive_markmail: + + jira: SYSTEMML source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3a8b6b7b/community.md ---------------------------------------------------------------------- diff --git a/community.md b/community.md index 57090f3..b1444ab 100644 --- a/community.md +++ b/community.md @@ -26,11 +26,11 @@ Visit the [Contributing] page for more information. 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.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.user_list_archive_mailarchive }}) +* [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.dev_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
