From b63e2cc4e1529c97b5aba247db35b7881f233928 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 24 Aug 2020 15:33:55 -0700 Subject: [PATCH 1/2] Link to roadmap in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82ffe0ba96c5..6146e38323d8 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ use: - [Hot module replacement](https://webpack.js.org/concepts/hot-module-replacement/) (HMR) for faster development. - Database migrations (via Prisma 2). - First class JAMstack-style deployment to [Netlify](https://www.netlify.com/). +- And all that's to come in our [Roadmap](https://redwoodjs.com/roadmap) ## The Redwood philosophy From 4312ee303c2a0ef8eb0b96aeef89393e9472c206 Mon Sep 17 00:00:00 2001 From: jtoar Date: Tue, 16 Feb 2021 16:02:01 -0800 Subject: [PATCH 2/2] feat(README): add Roadmap section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6146e38323d8..df8985f3b702 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,13 @@ use: - [Hot module replacement](https://webpack.js.org/concepts/hot-module-replacement/) (HMR) for faster development. - Database migrations (via Prisma 2). - First class JAMstack-style deployment to [Netlify](https://www.netlify.com/). -- And all that's to come in our [Roadmap](https://redwoodjs.com/roadmap) + +## Roadmap + +We intend to ship v1 in the first quarter of 2021. +To see all the features we plan on including in Redwood's first major release, you can check out our [Roadmap](https://redwoodjs.com/roadmap). + +A framework like Redwood has a lot of moving parts; the Roadmap is a great way to get a high-level overview of where the framework is relative to where we want it to be. And since we link to all of our GitHub project boards, it's also a great way to get involved! ## The Redwood philosophy