From fedc1aa690cceb8396a10fb7dfbb4efe5f5ce26b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 21 Oct 2016 20:55:21 +0200 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a3c7d5b87..299138b9c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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? -- 2.39.5