From 0d1156edadd6f8e6798a1719931aee04c50dc7b0 Mon Sep 17 00:00:00 2001 From: rhyneav Date: Tue, 7 Nov 2017 10:12:03 -0500 Subject: [PATCH] Add more details to commiting documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b546c56..9fd1127 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Similar to customizing, make sure you have Git, Node, and NPM on your system. - run `git clone https://github.com/[your_username]/papercss.git` - change directories to papercss `cd papercss` - run `npm install` +- switch to the develop branch `git checkout develop`. This is the branch where features are added. Checking it out will set up the remote tracking to the develop branch on Github. - create a new branch for your feature off of the develop branch `git checkout -b feature-thing develop`. Please be sure to prepend your new feature branch with "feature-" - Start the local server to view changes with `npm start` - _code and stuff_