You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/bug-reports.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Many bugs reported to our bug trackers are actually bugs in user code, not in jQuery code. Keep in mind that just because your code throws an error and the console points to a line number inside of a jQuery project, this does not mean the bug is a jQuery bug; more often than not, these errors result from providing incorrect arguments when calling a jQuery function.
10
10
11
-
If you are new to jQuery, it is usually a much better idea to ask for help first in the [Using jQuery Forum](http://forum.jquery.com/using-jquery/)or the [jQuery IRC channel](http://webchat.freenode.net/?channels=%23jquery). You will get much quicker support, and you will help avoid tying up the jQuery team with invalid bug reports. These same resources can also be useful if you want to confirm that your bug is indeed a bug in jQuery before filing any tickets.
11
+
If you are new to jQuery, you may want to first ask for help in the [jQuery Chatroom](https://jquery.com/support/)on IRC or Matrix. This might solve your problem without needing to report a bug, or otherwise may help you confirm that is indeed a bug in jQuery, before reporting it as an issue.
12
12
13
13
### Disable Any Browser Extensions
14
14
@@ -18,11 +18,11 @@ In Firefox, restart in [safe mode](http://kb.mozillazine.org/Safe_mode). In Inte
18
18
19
19
### Try a Newer Version
20
20
21
-
Bugs in old versions of jQuery projects may have already been fixed. In order to avoid this situation, make sure you are always using the latest release version. If it has been a while since the last release, you might also try a WIP build.
21
+
Bugs in old versions of jQuery may have already been fixed in newer versions. Make sure to reproduce the bug with the latest version before creating a bug report. You are also welcome to try the latest unreleased git build from <https://releases.jquery.com/jquery/>.
22
22
23
23
### Try an Older Version
24
24
25
-
Sometimes, bugs are introduced in newer versions of jQuery projects that do not exist in previous versions. When possible, it can be useful to try testing with earlier versions in order to isolate the faulty code. Knowing specifically when a behaviour does not happen can be just as useful as knowing when it does.
25
+
Sometimes, bugs are introduced in newer versions of jQuery that did not exist in previous versions. When possible, it can be useful to try testing with earlier versions in order to isolate when the bug was introduced. Knowing when a behaviour does not happen, can be just as useful as knowing when it does happen.
26
26
27
27
### Reduce, Reduce, Reduce!
28
28
@@ -48,7 +48,7 @@ At minimum, the following information should be provided in any new bug report:
48
48
49
49
Ideally, you would also include the following:
50
50
51
-
* A link to a [reduced](http://webkit.org/quality/reduction.html), working demo/test case that will never move ([jsFiddle](http://jsfiddle.net/) is good for this).
51
+
* A link to a [reduced](http://webkit.org/quality/reduction.html), working demo/test case that stay online. We recommend [CodePen](https://codepen.io/), [JS Bin](https://jsbin.com/), and [jsFiddle](http://jsfiddle.net/).
52
52
* Information on other versions tested, including whether or not the issue is reproducible there.
53
53
* Information on other browsers where the issue does not occur.
54
54
* A patch (preferably as a link to a [GitHub commit or pull request](/commits-and-pull-requests/)).
@@ -58,16 +58,15 @@ Ideally, you would also include the following:
58
58
59
59
Please do not submit multiple bugs in one bug report. When you do this, they need to be separated by a team member, and that takes away from time that could be spent actually fixing the bug.
All jQuery web sites have a repository named the same as the domain name. For example, the repository for jquery.com is located at https://github.com/jquery/jquery.com. For a list of web site issue trackers, see the [bug triage page](/triage/#web-sites).
0 commit comments