]> source.dussan.org Git - jquery.git/commitdiff
Docs: Link to the browser support page in CONTRIBUTING.md
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 6 Jan 2014 20:04:20 +0000 (21:04 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 6 Jan 2014 20:20:30 +0000 (21:20 +0100)
Instead of duplicating the supported browsers matrix, just link to
the browser support page on jquery.com.

(cherry-picked from 5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376)

CONTRIBUTING.md

index bca841d1fa29b7c9eb610d19e5f50437a8595240..dd6b183e35ed99e8fa46824423acbb1f4b223787 100644 (file)
@@ -207,10 +207,8 @@ This will only run the "css" module tests. This will significantly speed up your
 **ALWAYS RUN THE FULL SUITE BEFORE COMMITTING AND PUSHING A PATCH!**
 
 
-### jQuery supports the following browsers:
+### Browser support
 
-* Chrome Current-1
-* Safari Current-1
-* Firefox Current-1
-* IE 6+
-* Opera Current-1
+Remember that jQuery supports multiple browsers and their versions; any contributed code must work in all of them. You can refer to the [browser support page](http://jquery.com/browser-support/) for the current list of supported browsers.
+
+Note that browser support differs depending on whether you are targeting the `master` or `1.x-master` branch.