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.