From b52bd6d1d90072ee074842e1b1e322696f722141 Mon Sep 17 00:00:00 2001 From: Theeef Date: Fri, 20 May 2022 18:10:02 -0400 Subject: [PATCH] Update README.md Added how to fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1153d1..e63a4f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Core plugin for the Minecraft Minigame server, The Grubnest ## How to do work 1. Click the projects tab 2. Find an issue assigned to you -3. Fork this repo +3. Fork this repo (click fork button in top right) 4. Create a new branch on your fork off of the DEVELOPMENT branch. If it's a bug, start branch name with 'hotfix'. Otherwise start it with 'feature'. 6. Pull remote branch to your local machine and fix issue / do task. 7. Push local branch to your remote fork