From dd7bfbbdc069cadcdaeb4cabbf2ab59208b63ec1 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 2 Feb 2026 00:51:33 +0700 Subject: [PATCH] docs: Fully phase out development of 15-dev branch Signed-off-by: Pun Butrach --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c651f2780..52f6cce5bd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > [!WARNING] > This branch contains major changes from the rebase of Launcher3, including breaking changes and refactors that can cause Lawnchair to break. > -> If you wish to contribute, read our [contributing guidelines](CONTRIBUTING.md). Note that this branch will undergo many changes as we slowly refactor our codebase, so the `16-dev` branch may be particularly unfriendly to new contributors. It is still possible to submit changes to `15-dev`, but new feature development will be focused on this branch. +> If you wish to contribute, read our [contributing guidelines](CONTRIBUTING.md). Note that this branch will undergo many changes as we slowly refactor our codebase, so the `16-dev` branch may be particularly unfriendly to new contributors. **It is now not possible to submit changes to `15-dev`, new feature development will be focused on this branch.** > > For regular users, we recommend staying on `15-dev` for stability purposes.