From 8ee77dae2c379d8fcd1c5371db51c86fb5f89c33 Mon Sep 17 00:00:00 2001 From: Lupestro Date: Sat, 2 Apr 2022 09:24:49 -0400 Subject: [PATCH] Specify in plan where development will be done for new feature. --- design/more-sources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/design/more-sources.md b/design/more-sources.md index e72e9f2..e2c2443 100644 --- a/design/more-sources.md +++ b/design/more-sources.md @@ -93,6 +93,7 @@ In a later round, the behavior of the flame toggle icon will be dependent upon t ## Development plan +All initial development will take place on the v10-prep branch. The code base there is simpler because it gets rid of all the legacy of v7, v8, and v9 naming, (and yes, there were small changes at each major release) and the timing is about right for when this will be done. We will not do a v10 release that doesn't let people using v9 still pull the final v9 version and we will still perform any critical bug fixes against v9, but new features will become available with v10. ### Prefactoring - Code structure We're adding a fair amount of complexity here. The goal of this round is to restructure the existing code to prepare for growth without adding any new features.