Skip to content

Commit

Permalink
Update Roadmap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zol authored and Ben Newman committed Apr 13, 2016
1 parent cbbcec0 commit 7b1d879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ The community has rallied around npm as the de-facto standard package manager fo

1.3 introduced `npm install` support along with ES2015 modules. With 1.4, we would like to transition the Meteor package ecosystem over entirely from Atmosphere to npm. We are still in the early conceptual design phase and expect to update the roadmap once we have a design in place that will underpin further development.


# Testing updates

Meteor 1.3 shipped with two new testing modes and many developers are writing test suites and building test drivers as part of migrating to 1.3. We’re looking at improving the feature in upcoming releases, especially our support for continuous integration mode (see [#6755](https://github.com/meteor/meteor/issues/6755) and [#6809](https://github.com/meteor/meteor/issues/6809)).

# Project Governance/Community Contribution

Currently, it’s difficult for external developers to make meaningful contributions to Meteor as there is no clear guidance on what to work on, how best to do that work and signals around what will/won’t get merged. We plan on fixing this by creating tight documentation around how the project is developed (e.g the [Swift contribution guidelines](https://swift.org/contributing/)) and giving contributors a path towards earning increased privileges that culminate in full commit access. We’re also aiming to move more sub-projects into their own repositories that can be released on their own release schedule and more easily maintained by the community.
Expand Down

0 comments on commit 7b1d879

Please sign in to comment.