From 17cc9f0cb58c74e1714c18b8374e6fb3a198cb77 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 23 Dec 2013 22:21:39 +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..91bcc3a --- /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/BlFLp) +* [Connected Lists](http://codepen.io/thgreasi/pen/apwsb) diff --git a/README.md b/README.md index 0a2602a..7020417 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,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/BlFLp)