Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Added CONTRIBUTING.md #86

Merged
merged 1 commit into from
Dec 23, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing to UI Sortable

## Reporting Issues

The following examples are provided as a good starting point to demonstrate issues, proposals and use cases.
Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).

* [Simple Demo](http://codepen.io/thgreasi/pen/jlkhr)
* [Connected Lists](http://codepen.io/thgreasi/pen/uFile)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ So `ui.item.scope` and the directive's `ng-model`, are equal to the scope before

## Reporting Issues

The following pen's are provided as a good starting point to demonstrate issues, proposals and use case.
The following pen's are provided as a good starting point to demonstrate issues, proposals and use cases.
Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).

- [Simple Demo](http://codepen.io/thgreasi/pen/jlkhr)
Expand Down