Repository: nifi-site Updated Branches: refs/heads/master c78ef2491 -> 0c0a56226
Added entry for issues mailing list Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/0c0a5622 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/0c0a5622 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/0c0a5622 Branch: refs/heads/master Commit: 0c0a562266d7439ad6e30a9a99d699566719ed38 Parents: c78ef24 Author: joewitt <[email protected]> Authored: Fri Jul 1 16:02:38 2016 -0700 Committer: joewitt <[email protected]> Committed: Fri Jul 1 16:02:38 2016 -0700 ---------------------------------------------------------------------- src/pages/html/mailing_lists.hbs | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/0c0a5622/src/pages/html/mailing_lists.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/mailing_lists.hbs b/src/pages/html/mailing_lists.hbs index e522c96..d437f26 100644 --- a/src/pages/html/mailing_lists.hbs +++ b/src/pages/html/mailing_lists.hbs @@ -28,6 +28,7 @@ title: Apache NiFi Mailing Lists <th>Unsubscribe</th> <th>Post</th> <th>Archive</th> + <th>Purpose</th> </tr> <tr> <td>Users Mailing List</td> @@ -35,6 +36,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-users/">mail-archives.apache.org</a></td> + <td>For nifi users to get help, ask questions, report bugs</td> </tr> <tr> <td>Developers Mailing List</td> @@ -42,6 +44,7 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-dev/">mail-archives.apache.org</a></td> + <td>For developers to discuss features, bugs, share ideas</td> </tr> <tr> <td>Commits Mailing List</td> @@ -49,6 +52,15 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-commits/">mail-archives.apache.org</a></td> + <td>Automated e-mails each time code commits occur</td> + </tr> + <tr> + <td>Issues Mailing List</td> + <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> + <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> + <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/nifi-issues/">mail-archives.apache.org</a></td> + <td>Automated e-mails each time comments are made in JIRA or Github</td> </tr> </table> </div>
