From 6d8c8ed884e7320f6bd61994d203e2b88adbc653 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Sat, 29 Oct 2022 14:43:01 -0400 Subject: [PATCH 1/3] Add disclaimer to the readme Signed-off-by: Michael Beemer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5370b4a..8940907 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ![Experimental](https://img.shields.io/badge/experimental-breaking%20changes%20allowed-yellow) ![Alpha](https://img.shields.io/badge/alpha-release-red) +> ⚠️ This repositority is a work-in-progress. Tooling and documenation may be incomplete. ⚠️ + This repository is intended for OpenFeature contributions which are not included in the [OpenFeature SDK](https://github.com/open-feature/python-sdk). The project includes: From 890b4b75b5fed684399bf64fb0d995ccca49fa36 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Sat, 29 Oct 2022 14:46:28 -0400 Subject: [PATCH 2/3] Fix typo Signed-off-by: Michael Beemer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8940907..fba3a3f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Experimental](https://img.shields.io/badge/experimental-breaking%20changes%20allowed-yellow) ![Alpha](https://img.shields.io/badge/alpha-release-red) -> ⚠️ This repositority is a work-in-progress. Tooling and documenation may be incomplete. ⚠️ +> ⚠️ This repositority is a work-in-progress. Tooling and documentation may be incomplete. ⚠️ This repository is intended for OpenFeature contributions which are not included in the [OpenFeature SDK](https://github.com/open-feature/python-sdk). From 3169a78ee1b3919f90e4d3bd719891b54c3b7050 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Sat, 29 Oct 2022 15:24:20 -0400 Subject: [PATCH 3/3] Add disclaimer on SDK status Signed-off-by: Michael Beemer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba3a3f..cfef0aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ![Experimental](https://img.shields.io/badge/experimental-breaking%20changes%20allowed-yellow) ![Alpha](https://img.shields.io/badge/alpha-release-red) -> ⚠️ This repositority is a work-in-progress. Tooling and documentation may be incomplete. ⚠️ +> ⚠️ This repositority is a work-in-progress. Tooling and documentation may be incomplete. ⚠️ +>                 The Python SDK is under active development and is subject to change. This repository is intended for OpenFeature contributions which are not included in the [OpenFeature SDK](https://github.com/open-feature/python-sdk).