Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
/ Sortable Public archive
forked from SortableJS/Sortable

Latest commit

 

History

History
23 lines (15 loc) · 760 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 760 Bytes

Contribution Guidelines

Issue

  1. Try dev-branch, perhaps the problem has been solved;
  2. Use the search, maybe already have an answer;
  3. If not found, create example on jsbin.com (draft) and describe the problem.

Pull Request

  1. Before PR run grunt;
  2. Only into dev-branch.

Setup

Pieced together from gruntjs

  1. Fork repo on github
  2. Clone locally
  3. from local repro npm install
  4. Install grunt-cli globally sudo -H npm install -g grunt-cli