Repository: mesos Updated Branches: refs/heads/master bf9cb1256 -> 2dd9774b7
Updated developers guide with mention of new mailing lists. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2dd9774b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2dd9774b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2dd9774b Branch: refs/heads/master Commit: 2dd9774b752fabc9f5fa0eb1d69c49220e6f2236 Parents: bf9cb12 Author: Vinod Kone <[email protected]> Authored: Wed Apr 22 12:48:00 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Apr 22 12:48:19 2015 -0700 ---------------------------------------------------------------------- docs/mesos-developers-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2dd9774b/docs/mesos-developers-guide.md ---------------------------------------------------------------------- diff --git a/docs/mesos-developers-guide.md b/docs/mesos-developers-guide.md index 6023f2c..ce639cd 100644 --- a/docs/mesos-developers-guide.md +++ b/docs/mesos-developers-guide.md @@ -18,7 +18,7 @@ layout: documentation ### Before you submit 1. Check out the code from the Apache repository via Git. Instructions are on the [Getting Started](http://mesos.apache.org/gettingstarted/) page. -2. Join the [email protected] mailing list by sending an email to [email protected] +2. Join the dev, issues, reviews and builds mailing lists by sending emails to [email protected], [email protected], [email protected] and [email protected] respectively. 3. Find a JIRA that is currently unassigned that you want to work on at [JIRA issue tracker](https://issues.apache.org/jira/browse/MESOS), or create your own (you'll need a JIRA account for this, see below)! 1. This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature
