Changes between Version 8 and Version 9 of TicketGuidelines/NewTicketSummary
- Timestamp:
- Nov 29, 2012, 1:15:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketGuidelines/NewTicketSummary
v8 v9 1 == Are you in the right place? == 1 Be sure you are in the right place! 2 2 3 '''For jQuery Core and ONLY jQuery Core:'''[[BR]] 4 This is the right place! 3 '''jQuery UI (Tabs, Dialog, etc.):'''Use the [http://dev.jqueryui.com/ jQuery UI bug tracker]. 5 4 6 '''For jQuery UI (Autocomplete, Sortable, Draggable, Tabs, etc.):'''[[BR]] 7 This is '''NOT''' the correct form! Please use the [http://dev.jqueryui.com/ jQuery UI bug tracker]. 5 '''jQuery Mobile:''' Use [https://github.com/jquery/jquery-mobile/issues jQuery Mobile GitHub tracker]. 8 6 9 '''For Official jQuery Plugins ([http://github.com/jquery/jquery-tmpl/issues Templating], [http://github.com/jquery/jquery-datalink/issues Data Linking], [https://github.com/jquery/jquery-global/issues Globalization]):'''[[BR]] 10 This is NOT the correct form! Please use the Issue Tracker on the GitHub repository for each plugin, linked above. 7 '''jQuery plugins:''' Report your bug to its author, **not here**. 11 8 12 '''For jQuery Mobile:'''[[BR]] 13 This is NOT the correct form. Please use [https://github.com/jquery/jquery-mobile/issues jQuery Mobile's GitHub issue tracker]. 9 '''jQuery core bugs only:''' Follow these instructions. 14 10 15 '''For all other jQuery plugins:'''[[BR]] 16 This is '''NOT''' the correct form! Please use the [http://plugins.jquery.com jQuery Plugins site] to report your bug to its author. 17 18 ---- 19 20 == Reporting instructions == 21 22 After [http://bugs.jquery.com/search?ticket=on searching] for existing tickets, 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. 23 Don't forget to link to a working test case, preferably on [http://jsfiddle.net jsFiddle]! 11 * [http://bugs.jquery.com/search?ticket=on Search] for existing similar tickets. 12 * Create a **minimal** test case on [http://jsfiddle.net jsfiddle.net] or [http://jsbin.com jsbin.com] demonstrating the issue. Remember that the team only supports the most recent versions; do not report a bug against version 1.7.2 for example. 13 * Read [http://docs.jquery.com/How_to_Report_Bugs How to Report Bugs] before pressing Create Ticket.