Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Add link to roadmap and set expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Dec 1, 2016
1 parent ca2e095 commit daf0d20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,24 @@

This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.

## Roadmap

While this repo is meant for experimentation, we still want to focus our efforts
in a particular direction, specifically to work on areas aligned with our
[roadmap](docs/roadmap.md).

The general idea is that we mature our thinking in this repo and either decide
not to pursue it or that we want to productize in which case we'll eventually
migrate the code to the appropriate location, usually the
[dotnet/corefx](https://github.com/dotnet/corefx) repository.

Of course, this doesn't mean we're not willing to explore areas that aren't part
of our roadmap, but we'd prefer if these would start with a document, and not
with code. This allows us to collaborate on how we want to approach specific
holes or issues with our platform without being drowned in large PRs.

## Components

Currently, this repo contains the following experimental components:

* **System.Slices**
Expand Down

0 comments on commit daf0d20

Please sign in to comment.