Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin authored Dec 5, 2023
1 parent c858cc6 commit eeb19f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Before contributing to this specific repository, please read the [Contribution G
## Branches
This repository uses the following branches:

* **_master_** is our main branch. We consider it stable and it is used in production.
* **_master_** is our main branch. We consider it stable and it is used in production. It is intended to be compatible with the stable release of Sofie Core.
* **_develop_** is our in-development branch. It is intended to be comatible with the latest in-development (unstable) release of Sofie.

We encourage you to base your contributions on the latest **_master_** branch of this repository. The [_Sofie Releases_](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the _Sofie_ releases.
We encourage you to base your contributions on the **_master_** branch of this repository by default, unless your contribution depends on a new / unstable feature of Sofie Core, then base on **_develop_**.

The [_Sofie Releases_](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the _Sofie_ releases.

0 comments on commit eeb19f9

Please sign in to comment.