From cafee872b36d4b8852d2855a59697fb7a58a11c8 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Mon, 26 May 2025 13:57:21 +0100 Subject: [PATCH] Add branch documentation --- Documentation/BRANCHES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/BRANCHES.md diff --git a/Documentation/BRANCHES.md b/Documentation/BRANCHES.md new file mode 100644 index 0000000..ab9afae --- /dev/null +++ b/Documentation/BRANCHES.md @@ -0,0 +1,11 @@ +# Branches + +There are two main branches involved in developments & releases: +* master +* dev + +All PRs will be merged to the dev branch, but must be written against the master branch to make merging easier. + +Changes to the dev branch are merged once a new firmware release is imminent. + +Things have been organised this way for the sake of stability and sanity.