From b3497949487a327b405e91f9a46f8b24583f93d8 Mon Sep 17 00:00:00 2001 From: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com> Date: Sat, 20 Nov 2021 19:15:44 +0200 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer's-Guide.md b/Developer's-Guide.md index b965bf7..ef4c3fd 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -37,6 +37,8 @@ git clone https://github.com/dcs-liberation/dcs_liberation.git This will automatically check out the develop branch. +Please see [Pull requests](#Pull-requests) for instructions on which branch should be targeted with PRs. + ## Creating a Python virtual environment A Python virtual environment (virtualenv) is a local copy of the Python distribution for a specific project. This allows you to install the project dependencies local to the environment rather than globally on your system, which makes it easier to reset your environment if something goes wrong.