From 158aff28971aef46e4527b74ac06cc34f7f8f1a4 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Thu, 3 Jun 2021 19:28:48 +0200 Subject: [PATCH] [docs] reformat branching strategy in contribution guide --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e28bbd36..2943e062c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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