From 4b0c98c1aaf1166c1d12734097812b123e48da4e Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Thu, 25 May 2023 13:25:54 -0700 Subject: [PATCH] feat: add labs and internal folders for non-client code PiperOrigin-RevId: 535361884 --- internal/README.md | 6 ++++++ labs/README.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 internal/README.md create mode 100644 labs/README.md diff --git a/internal/README.md b/internal/README.md new file mode 100644 index 0000000000..80dbd4d1ad --- /dev/null +++ b/internal/README.md @@ -0,0 +1,6 @@ +# Internal + +> WARNING ⚠️ This folder contains internal features that have limited support. +> Proceed with caution when using them in a project. +> +> Breaking changes may occur that do not bump the major version (vX.0.0). diff --git a/labs/README.md b/labs/README.md new file mode 100644 index 0000000000..0bf54e3598 --- /dev/null +++ b/labs/README.md @@ -0,0 +1,6 @@ +# Labs 🚧 + +> WARNING ⚠️ This folder contains experimental features that are not recommended +> for production. +> +> Breaking changes may occur that do not bump the major version (vX.0.0).