Changes between Version 1 and Version 2 of TicketGuidelines/NewTicketSummary
- Timestamp:
- Nov 11, 2010, 4:05:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketGuidelines/NewTicketSummary
v1 v2 1 == Are you in the right place? ==1 == Reporting a bug? == 2 2 3 '''For jQuery UI (Autocomplete, Sortable, Draggable, Tabs, etc.):'''[[BR]] 4 This is the right place! 3 Follow the instructions in [http://docs.jquery.com/How_to_Report_Bugs How to Report Bugs] to fill out the bug reporting form below. 5 4 6 '''For jQuery Core, the jQuery Templating plugin, or the jQuery Data Binding Plugin:'''[[BR]] 7 This is '''NOT''' the correct form! Please use the [http://bugs.jquery.com/newticket jQuery Core bug tracker]. 5 Please provide a reduced test case using [http://jsfiddle.net jsFiddle] or [http://jsbin.com jsbin]. If you link to a complex page or a full web site, we will not accept the ticket. 8 6 9 '''For all other jQuery plugins:'''[[BR]] 10 This is '''NOT''' the correct form! Please use the [http://plugins.jquery.com jQuery Plugins] site to report your bug to its author. 7 == Have a fix? == 11 8 12 ---- 13 14 Please use the instructions in [http://docs.jquery.com/How_to_Report_Bugs How to Report Bugs] to fill out the bug reporting form below. Don't forget to [http://jsfiddle.net link to a working test case]! 9 Fork the [http://github.com/jquery/jquery-ui repository on GitHub] and send a pull request. Make sure to check out the [http://wiki.jqueryui.com/w/page/25941597/Commit-Message-Style-Guide commit message style guide].