Add branch documentation

This commit is contained in:
jacob.eva 2025-05-26 13:57:21 +01:00
parent 1452f07182
commit cafee872b3
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E

11
Documentation/BRANCHES.md Normal file
View file

@ -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.