github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/public/Sortable-1.4.0/CONTRIBUTING.md (about)

     1  # Contribution Guidelines
     2  
     3  ### Issue
     4  
     5   1. Try [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch, perhaps the problem has been solved;
     6   2. [Use the search](https://github.com/RubaXa/Sortable/search?q=problem), maybe already have an answer;
     7   3. If not found, create example on [jsbin.com (draft)](http://jsbin.com/zunibaxada/1/edit?html,js,output) and describe the problem.
     8  
     9  ---
    10  
    11  ### Pull Request
    12  
    13   1. Before PR run `grunt`;
    14   2. Only into [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch.
    15  
    16  ### Setup
    17  
    18   Pieced together from [gruntjs](http://gruntjs.com/getting-started)
    19  
    20   1. Fork repo on [github](https://github.com)
    21   2. Clone locally
    22   3. from local repro ```npm install```
    23   4. Install grunt-cli globally ```sudo -H npm install -g grunt-cli```