Update branch names in CONTRIBUTING.md

Main development branch is 'develop'.
Branch 'stable' always points to the latest release.

Closes #531

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-04-14 14:48:45 +02:00
parent 70a1082224
commit c8a85850ea

View file

@ -123,9 +123,9 @@ By contributing, you are declaring that you have the right to submit the code un
## How to make a pull-request
The main branch for development is named `dev`.
The main branch for development is named `develop`.
This is the branch where your changes must go.
The `master` branch always points to the latest release.
The `stable` branch always points to the latest release.
No development takes place here.
To make a pull request you need to have a GitHub account.