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).