From c18b3db6216839fde720ca40b9741b6aa68cf117 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Fri, 11 Oct 2024 19:11:16 +0200 Subject: [PATCH] Refactor branch structure and update documentation --- docs/contribute.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contribute.md b/docs/contribute.md index ae4d43ff..d42eb3f9 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -18,3 +18,7 @@ central (main branch) 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 `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. + +# Code Of Conduct + +Please read our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing.