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