From a1fd5ad128bce42100bcea4c1290f84a7ac0a5c1 Mon Sep 17 00:00:00 2001 From: Darren Schroeder Date: Sat, 13 Jun 2020 08:24:30 -0500 Subject: [PATCH] Updated Readme to include Roadmap project board. (#1975) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db53f5cc06..df827e53b7 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,10 @@ Nu is in heavy development, and will naturally change as it matures and people u | Completions | | X | | | | Completions are currently barebones, at best | Type-checking | | X | | | | Commands check basic types, but input/output isn't checked +# Current Roadmap + +We've added a `Roadmap Board` to help collaboratively capture the direction we're going for the current release as well as capture some important issues we'd like to see in NuShell. You can find the Roadmap [here](https://github.com/nushell/nushell/projects/2). + # Contributing See [Contributing](CONTRIBUTING.md) for details.