From 90e6e88330bcf7a80eb832633bbe5f5cfa5af629 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 1 Apr 2025 20:47:48 +0100 Subject: [PATCH] Updated readme (cherry picked from commit 500b173eb37104c8a00bc43507a2696af538d14b) --- .github/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/README.md b/.github/README.md index 4bae581c..0fd84114 100644 --- a/.github/README.md +++ b/.github/README.md @@ -2,7 +2,6 @@ This is the Server project for the Single Player Tarkov mod for Escape From Tarkov. It can be run locally to replicate responses to the modified Escape From Tarkov client -![Tests](https://github.com/sp-tarkov/server-csharp/actions/workflows/test.yaml/badge.svg) # Table of Contents @@ -61,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 @@ -81,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