From: jacob.eva Date: Mon, 26 May 2025 12:57:21 +0000 (+0100) Subject: Add branch documentation X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=cafee872b36d4b8852d2855a59697fb7a58a11c8;p=lora-radio.git Add branch documentation --- 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.