From 5d3123d405cd70b2fc8a1b3a422688363b5dc971 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 12 Nov 2016 23:50:06 -0500 Subject: [PATCH] Add branch info to contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d1c83166..8b56f1c1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ is a great boon to your coding process. ## Setup To get ready to work on the codebase, please do the following: -1. Fork & clone the repository +1. Fork & clone the repository, and make sure you're on the **indev** branch 2. Run `npm install` 3. If you're working on voice, also run `npm install node-opus` or `npm install opusscript` 4. Code your heart out!