From 0508e2c2e1c3a2ed63564886f4b5468dce5c9871 Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Thu, 22 Feb 2024 14:32:24 -0800 Subject: [PATCH] [readme] Clarify that development is done on dev branch. Discussed using dev branch instead of main branch for development. We could revisit this once CI is hardened to test end-to-end correctness. PiperOrigin-RevId: 609500897 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bb6a50..3222bce 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ Community contributions large and small are welcome. This project follows [Google's Open Source Community Guidelines](https://opensource.google.com/conduct/). +*Active development is currently done on the `dev` branch. Please open pull +requests targeting `dev` branch instead of `main`, which is intended to be more +stable.* + ## Quick Start ### System requirements