From acaa1a9ce121313351a6176b4c18d9e50f0a1d8c Mon Sep 17 00:00:00 2001 From: Dylan T Date: Tue, 7 Mar 2023 17:28:31 +0000 Subject: [PATCH] contributing: update table to reflect branch name changes these branches were renamed to make them more auto-complete-friendly. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84c5ec297..44b5be106 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Larger contributions like feature additions should be preceded by a [Change Prop ## Choosing a target branch PocketMine-MP has three primary branches of development. -| Type of change | `stable` | `next-minor` | `next-major` | +| Type of change | `stable` | `minor-next` | `major-next` | |:---------------|:--------:|:------------:|:------------:| | Bug fixes | ✔️ | ✔️ | ✔️ | | Improvements to API docs | ✔️ | ✔️ | ✔️ |