From d4a2c9c613db31cc5de56b8be281b2fb00d1f84c Mon Sep 17 00:00:00 2001 From: CLASSIFIED <847785bd-d466-47cd-a536-eae4096d241d@anonaddy.me> Date: Mon, 8 Jun 2020 22:11:42 -0500 Subject: [PATCH 1/2] Fixed a few formatting issues --- CONTRIBUTING.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1be0de..89ee2b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,10 @@ # Contributing ## Dev Setup -1. Clone this repository +1. Clone this repository: +```bash +git clone https://github.com/nossbigg/catechism.git +``` 2. Install JS dependencies ```bash yarn @@ -20,10 +23,10 @@ yarn start ```bash yarn deploy ``` -This step does the following tasks -- Download latest CCC static assets +This step does the following tasks: +- Downloads latest CCC static assets - Creates production build -- Pushes build to associated github pages site +- Pushes build to associated Github Pages site ### Run tests ```bash @@ -48,4 +51,4 @@ yarn build && yarn analyze ### Creating a new release ```bash git tag v -``` \ No newline at end of file +``` From 7c859be449bc2ac25a33e634b309d1c05b9b6169 Mon Sep 17 00:00:00 2001 From: CLASSIFIED <847785bd-d466-47cd-a536-eae4096d241d@anonaddy.me> Date: Mon, 8 Jun 2020 22:13:19 -0500 Subject: [PATCH 2/2] Removed an extra colon --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89ee2b5..47bbfca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing ## Dev Setup -1. Clone this repository: +1. Clone this repository ```bash git clone https://github.com/nossbigg/catechism.git ```