From 987b88f6e1573dfa8c06ce3b146fec1a1d0d0984 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Fri, 31 Jul 2015 12:04:51 -0700 Subject: [PATCH] Added some Setup steps --- CONTRIBUTING.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dba0657..34ff6cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,23 @@ # Contribution Guidelines - ### Issue 1. Try [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch, perhaps the problem has been solved; 2. [Use the search](https://github.com/RubaXa/Sortable/search?q=problem), maybe already have an answer; 3. If not found, create example on [jsbin.com (draft)](http://jsbin.com/zunibaxada/1/edit?html,js,output) and describe the problem. - --- - ### Pull Request 1. Before PR run `grunt`; 2. Only into [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch. +### Setup + + Pieced together from [gruntjs](http://gruntjs.com/getting-started) + + 1. Fork repo on [github](https://github.com) + 2. Clone locally + 3. from local repro ```npm install``` + 4. Install grunt-cli globally ```sudo -H npm install -g grunt-cli```