You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Contribution Guidelines
|
|
|
|
|
|
|
|
### Issue
|
|
|
|
|
|
|
|
1. Try [master](https://github.com/RubaXa/Sortable/tree/master/)-branch, perhaps the problem has been solved;
|
|
|
|
2. [Use the search](https://github.com/RubaXa/Sortable/search?type=Issues&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 [master](https://github.com/RubaXa/Sortable/tree/master/)-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```
|