Docs: Remove supported jQuery versions from ISSUE_TEMPLATE.md

We no longer support jQuery 1.x/2.x and mentioning 3.x would just mean the text
gets out of date once we release jQuery 4. We only really support the latest
jQuery version so let's make that clear.

Closes gh-3372
This commit is contained in:
Michał Gołębiowski 2016-10-21 20:55:21 +02:00
parent 7bb62bb3ae
commit fedc1aa690

View File

@ -4,7 +4,7 @@ Feature Requests:
Most features should start as plugins outside of jQuery.
Bug Reports:
Note that we only can fix bugs in the latest (1.x, 2.x, 3.x) versions of jQuery.
Note that we only can fix bugs in the latest version of jQuery.
Briefly describe the issue you've encountered
* What do you expect to happen?
* What acually happens?