From fe2f10d59a580cc56154c03186bac8e5873a2c7b Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:21:27 -0500 Subject: [PATCH] chore: add note about v2 development (#3833) Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d7033b40f..48c1e0ff2 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,6 @@ Discord - - Public Roadmap - Flipt Twitter @@ -66,6 +63,9 @@ With our [GitOps-friendly functionality](https://www.flipt.io/docs/guides/get-go Console - Developer Tool of the Week

+> [!NOTE] +> We are actively working on a new version of Flipt that is Git-native with more features and less dependencies. Help us shape the future of Flipt by adding your thoughts to our [tracking issue](https://github.com/flipt-io/flipt/issues/3828). + ## Use cases Flipt supports use cases such as: @@ -120,13 +120,6 @@ Not sure how to get started? You can: - [Backend](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Ago) - [Frontend](https://github.com/flipt-io/flipt/issues?q=is%3Aopen+is%3Aissue+label%3Aui) -- Looking for issues by effort? We've got you covered: - - [XS](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Axs) - - [Small](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Asm) - - [Medium](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Amd) - - [Large](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Alg) - - [XL](https://github.com/flipt-io/flipt/issues?q=is%3Aissue+is%3Aopen+label%3Axl) - Review the [Architecture](ARCHITECTURE.md) and [Development](DEVELOPMENT.md) documentation for more information on how Flipt works.