diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-21 20:55:21 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 18:35:19 +0100 |
commit | fedc1aa690cceb8396a10fb7dfbb4efe5f5ce26b (patch) | |
tree | 4a51206b21f08d2904d1feb05036cfe6d6e9fa3a | |
parent | 7bb62bb3ae771fc57cc62ee14bd10d94680efb4f (diff) | |
download | jquery-fedc1aa690cceb8396a10fb7dfbb4efe5f5ce26b.tar.gz jquery-fedc1aa690cceb8396a10fb7dfbb4efe5f5ce26b.zip |
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
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
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? |