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.