From 9d9b446975d68795f759674dea412c95b8637c23 Mon Sep 17 00:00:00 2001 From: Moonstone <61355352+MoonstoneStudios@users.noreply.github.com> Date: Sun, 12 Feb 2023 08:05:16 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fe7050..5896bf0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Please make an Issue and provide as much information as you can. ## Making the PR Once you have gotten approval for a request, or decided to patch a bug, follow these steps: -- Clone the repository. +- Clone the `develop` branch. **Do not clone `main`!!!** - Create a new branch and title it with the feature/fix. - Once the code is ready, make a PR on the main GitHub page.