From d9302993f8a3ac5b6d6460fb67fdd078d2607518 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 17 Jan 2018 20:58:32 -0600 Subject: [PATCH] CONTRIBUTING.md:formatting --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5334d4df6..01f2783cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,16 +34,23 @@ from each other (i.e. a separate PR for each patch). ## Set up the repositories locally If you would like to contribute to development, you will need to -**fork* and then **clone your forks** of these 2 repositories: +**fork** and then **clone your forks** of these 2 repositories: * https://github.com/ZetaGlest/zetaglest-source * https://github.com/ZetaGlest/zetaglest-data ### Procedure for cloning your forks +#### Source + * clone zetaglest-source using the clone info provided by your fork (use "Clone or Download" link, but **do** select `clone` **not** `Download Zip`) + +#### Data + +After your clone of the source repo is complete: + * cd to `zetaglest-source` * Important: clone your fork of the **data repo** by adding `data` after the clone command