From 8deb7daab03a4cd0896ff983dfeffd472501284e Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 27 Sep 2012 23:21:49 -0400 Subject: [PATCH] Add Contributing file --- CONTRIBUTING.mdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.mdown diff --git a/CONTRIBUTING.mdown b/CONTRIBUTING.mdown new file mode 100644 index 0000000..c4c782a --- /dev/null +++ b/CONTRIBUTING.mdown @@ -0,0 +1,15 @@ +## Submitting issues + +### Read the Help page + +[The Help page in the docs](http://isotope.metafizzy.co/docs/help.html) covers most issues. Please look it over first before submitting an issue. + +### Provide an isolated example with a live URL + +**A live URL is required** for any bug report or personal support request. Try re-creating the issue in jsFiddle using this template: + ++ [jsFiddle jQuery Isotope template](http://jsfiddle.net/desandro/DQydj/) + +### Look over the Issues Agreement + +I wrote an [Issues Agreement](https://github.com/desandro/issues-agreement/#readme) that covers how to submit a good issue.