From 2c57eebfac7f979bc5724f415bf1d57f6aeda67d Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 23 Dec 2013 22:21:55 +0200 Subject: [PATCH] Added CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7ae8d32 --- /dev/null +++ b/CONTRIBUTING.md @@ -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) diff --git a/README.md b/README.md index 8584603..7ec1e36 100644 --- a/README.md +++ b/README.md @@ -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)