From 3c6f18f63ce62828ce055403d6eea7692e644eaf Mon Sep 17 00:00:00 2001 From: Jamon Bailey <83630529+jamon-bailey@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:02:02 -0400 Subject: [PATCH] Update README template Updated README to include warning about production readiness. --- docs/templ/README.md.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/templ/README.md.in b/docs/templ/README.md.in index e2ea510..539bf3b 100644 --- a/docs/templ/README.md.in +++ b/docs/templ/README.md.in @@ -10,6 +10,9 @@
+> [!WARNING] +> This library is **NOT** production ready. + [![Windows Build Status](https://github.com/InfinSys/simply-datetime/actions/workflows/windows-build.yml/badge.svg?branch=v0.x)](https://github.com/InfinSys/simply-datetime/actions/workflows/windows-build.yml) [![Linux Build Status](https://github.com/InfinSys/simply-datetime/actions/workflows/linux-build.yml/badge.svg?branch=v0.x)](https://github.com/InfinSys/simply-datetime/actions/workflows/linux-build.yml) [![macOS Build Status](https://github.com/InfinSys/simply-datetime/actions/workflows/macos-build.yml/badge.svg?branch=v0.x)](https://github.com/InfinSys/simply-datetime/actions/workflows/macos-build.yml)