[docs] reformat branching strategy in contribution guide

This commit is contained in:
Patrick Lodder 2021-06-03 19:28:48 +02:00
parent 97edf2a6b0
commit 158aff2897
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F

View file

@ -10,9 +10,11 @@ that needs doing, please see:
## Branch Strategy
Dogecoin Core's default branch is intentionally a stable release, so that anyone downloading the code and compiling it gets a stable release.
Active development occurs on branches named after the version they are targetting, for example the 1.14.4 branch is named `1.14.4-dev`.
When raising PRs, please raise against the relevant development branch, **not** against the `master` branch.
Dogecoin Core's default branch is intentionally a stable release, so that anyone
downloading the code and compiling it gets a stable release. Active development
occurs on branches named after the version they are targeting, for example the
1.14.4 branch is named `1.14.4-dev`. When raising PRs, please raise against the
relevant development branch and **not** against the `master` branch.
## Contributor Workflow