Overview

We received feedback that our current mailing list is difficult to read and follow up on some issues. This document suggests a new scheme for mailing lists.

Goal

Each mailing has one or a similar purpose.

As-is

NamePurposeNote
users@zeppelin.apache.orgIssues and discussions for users
dev@zeppelin.apache.orgIssues and discussions for developers, GitHub activities, and Jira activities Mixed with different contexts and purpose
commits@zeppelin.apache.orgCommits submitted to the master branch

To-be

NamePurposeNote
users@zeppelin.apache.orgIssues and discussions for users
dev@zeppelin.apache.orgIssues and discussions for developers, Jira creation/resolutionSimilar to Kafka's dev style
commits@zeppelin.apache.orgCommits submitted to the master branch
reviews@zeppelin.apache.orgGitHub activities, Jira activitiesSimilar to Kafka's dev style

Changes


.asf.yaml
notifications:
  commits: commits@zeppelin.apache.org
  issues: reviews@zeppelin.apache.org
  pullrequests: reviews@zeppelin.apache.org
  jira_options: link label 
  • No labels