From f44482d3afb3fbe0c68bbb33e23eb64e268d138e Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 1 Apr 2025 20:22:25 +0100 Subject: [PATCH] Updated readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c5f27b6..0fd84114 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,8 @@ We're really excited that you're interested in contributing! Before submitting y - **master** The default branch used for the latest stable release. This branch is protected and typically is only merged with release branches. -- **4.0.0-DEV** +- **development** The main branch for server development. PRs should target this. -- **4.0.1-DEV** - Development for the next hotfix release. Hotfix releases include bug fixes and minor features that do not affect the coding structure of the project. Special care is taken to not break server mod stability. These always target the same version of EFT as the last minor release. ### Pull Request Guidelines @@ -80,7 +78,7 @@ We're really excited that you're interested in contributing! Before submitting y ### Style Guide - TODO: add style guidance + TODO: style guidance Ensure that your code is automatically formatted whenever you save a file. ### Tests