gosora/public/Sortable-1.4.0/CONTRIBUTING.md
Azareal 185f00e019 You can now reorder menu items by dragging them around in the menu item manager.
You can now create menu items.
You can now delete menu items.

Renamed ID to MenuID on PanelMenuPage struct.
Bumped the copyright year in a place in advance.
The footer is no longer hidden in the Control Panel in Tempra Simple.
Fixed the notifications URL, although that page still isn't implemented yet.
Fixed config_default.noparse so that Travis won't error over that.
Refactored some user queries.
2018-05-13 16:56:59 +10:00

760 B

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