diff options
| author | Patrick Lodder <[email protected]> | 2021-06-03 19:28:48 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-06-03 19:28:48 +0200 |
| commit | 158aff28971aef46e4527b74ac06cc34f7f8f1a4 (patch) | |
| tree | 67ac14a1162a2dc3a937bd54b8f99cfb4d676d49 /CONTRIBUTING.md | |
| parent | [docs] Clarify PR requirements and assessment process. (diff) | |
| download | discoin-158aff28971aef46e4527b74ac06cc34f7f8f1a4.tar.xz discoin-158aff28971aef46e4527b74ac06cc34f7f8f1a4.zip | |
[docs] reformat branching strategy in contribution guide
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files 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 |