From d5d3f4729476af40dcfbc99aef3610f9689581f3 Mon Sep 17 00:00:00 2001 From: gseguin Date: Thu, 29 Sep 2011 15:56:30 -0700 Subject: [PATCH] Added a link to jsbin and jsfiddle in the submitting bugs section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d945a59..ef3b6bc4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ A full, complete version and a minified, complete version of the jQuery Mobile J Submitting bugs =================================== -If you think you've found a bug, please visit the Issue tracker (https://github.com/jquery/jquery-mobile/issues) and create an issue explaining the problem and expected result. Be sure to include any relevant information for reproducing the issue, such as the browser/device (with version #), and the version of the jQuery Mobile code you're running. It also helps a lot to make sure that the bug still exists on jquerymobile.com/test/, as it's possible we may have fixed it already! It is also best to include code to reproduce the bug. +If you think you've found a bug, please visit the Issue tracker (https://github.com/jquery/jquery-mobile/issues) and create an issue explaining the problem and expected result. Be sure to include any relevant information for reproducing the issue, such as the browser/device (with version #), and the version of the jQuery Mobile code you're running. It also helps a lot to make sure that the bug still exists on http://jquerymobile.com/test/, as it's possible we may have fixed it already! + +It is also best to include code to reproduce the bug. To do that please use [jsbin](http://jsbin.com) or [jsfiddle](http://jsfiddle.net) and include a link to it in the ticket. Submitting patches