]> git.tnoah.ca Git - lora-radio.git/commitdiff
Add branch documentation
authorjacob.eva <x00010@disroot.org>
Mon, 26 May 2025 12:57:21 +0000 (13:57 +0100)
committerjacob.eva <x00010@disroot.org>
Mon, 26 May 2025 12:57:21 +0000 (13:57 +0100)
Documentation/BRANCHES.md [new file with mode: 0644]

diff --git a/Documentation/BRANCHES.md b/Documentation/BRANCHES.md
new file mode 100644 (file)
index 0000000..ab9afae
--- /dev/null
@@ -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.