You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/04/23 21:35:00 UTC

[2/3] mesos git commit: Updated roadmap document to link to 'Epic' tickets.

Updated roadmap document to link to 'Epic' tickets.

Review: https://reviews.apache.org/r/32996


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1ab9fadc
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1ab9fadc
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1ab9fadc

Branch: refs/heads/master
Commit: 1ab9fadca40472bef9d5c06d771dcb393e9ab547
Parents: fa04dce
Author: Benjamin Mahler <be...@gmail.com>
Authored: Wed Apr 8 16:08:53 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Thu Apr 23 12:32:03 2015 -0700

----------------------------------------------------------------------
 docs/home.md          | 2 +-
 docs/mesos-roadmap.md | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1ab9fadc/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 4024948..3163740 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -46,7 +46,7 @@ layout: documentation
 * [Committer's Guide](/documentation/latest/committers-guide/) a guiding document for etiquette in reviews and commits.
 * [Code Internals](/documentation/latest/mesos-code-internals/) an overview of the codebase and internal organization.
 * [C++ Style Guide](/documentation/latest/mesos-c++-style-guide/)
-* [Development Road Map](/documentation/latest/mesos-roadmap/)
+* [Development Roadmap](/documentation/latest/mesos-roadmap/)
 * [Release Guide](/documentation/latest/release-guide/)
 
 ## More Info about Mesos

http://git-wip-us.apache.org/repos/asf/mesos/blob/1ab9fadc/docs/mesos-roadmap.md
----------------------------------------------------------------------
diff --git a/docs/mesos-roadmap.md b/docs/mesos-roadmap.md
index 150fad8..1f68ba0 100644
--- a/docs/mesos-roadmap.md
+++ b/docs/mesos-roadmap.md
@@ -4,6 +4,10 @@ layout: documentation
 
 # Mesos Roadmap
 
-The [Mesos JIRA Road Map](https://issues.apache.org/jira/browse/MESOS#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel) provides the most up-to-date information regarding what is planned in future releases.
+The [Mesos JIRA Road Map](https://issues.apache.org/jira/browse/MESOS/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel) provides a view of which tickets are targeted for upcoming releases.
 
-If you have comments or suggestions, you may direct them to the Mesos dev list (dev@mesos.apache.org), or assign issues to future releases.
\ No newline at end of file
+The ['Epic' issues in JIRA](https://issues.apache.org/jira/issues/?jql=project%20%3D%20MESOS%20AND%20resolution%20%3D%20Unresolved%20AND%20issuetype%20%3D%20Epic%20ORDER%20BY%20priority%20DESC) provide a view into the larger projects planned to be worked on.
+
+There is also an ad-hoc [Release Planning](https://cwiki.apache.org/confluence/display/MESOS/Mesos+Release+Planning) document that attempts to capture times and features for upcoming releases.
+
+If you have comments or suggestions, feel free to reach out to the Mesos dev list (dev@mesos.apache.org).
\ No newline at end of file