From eab83659ca9a68cccc8e4424b8417b5382de7691 Mon Sep 17 00:00:00 2001 From: Arhan Busam Date: Fri, 21 Feb 2025 14:18:26 +1100 Subject: [PATCH] Update contribute.md Signed-off-by: Arhan Busam --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index c14c4c11a..0b4e5d1b5 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -13,7 +13,7 @@ dev (main branch) \-<- (features branches) ``` -The `central` branch is the main branch of the repository, and it is the default branch for the repository. The `twilight` branch is the feature branch, and it is branched off from the `central` branch. The `stable` branch is the release branch, and it is branched off from the `central` branch. +The `dev` branch is the main branch of the repository, and it is the default branch for the repository. The `twilight` branch is the feature branch, and it is branched off from the `dev` branch. The `stable` branch is the release branch, and it is branched off from the `dev` branch. The `stable` branch may have hotfixes directly from the `stable` branch, and the `twilight` branch may have feature branches branched off from the `twilight` branch. This is done so that we can apply hotfixes like security patches directly to the `stable` branch without having to merge the changes from the `twilight` branch.