aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-06-08 20:25:11 +0200
committerGitHub <noreply@github.com>2020-06-08 20:25:11 +0200
commit7a6fae6a7e51ae30a9f3177e8639fbf523ed0915 (patch)
tree1404637e59402c56fffcd5a5a176f8b170f4b290 /.github/ISSUE_TEMPLATE.md
parent40c3abd0ab049449acab5f2e12c34b9cc3199482 (diff)
downloadjquery-7a6fae6a7e51ae30a9f3177e8639fbf523ed0915.tar.gz
jquery-7a6fae6a7e51ae30a9f3177e8639fbf523ed0915.zip
Docs: Update Frequently Reported Issues in the GitHub issue template
The issue about selectors with '#' being broken is old and no longer frequently reported so this commit removes it from the list. On the other hand, we're now getting lots of reports about the security fix in jQuery 3.5.0 that was also a breaking change: gh-4642. This one is now mentioned in the list. Closes gh-4728 Ref gh-4642
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 58b8cbea5..bd4bae5ef 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -14,7 +14,7 @@ Bug Reports:
We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
Frequently Reported Issues:
- * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824
+ * Self-closing tags broken in jQuery 3.5.0 or newer: please read the [jQuery 3.5.0 blog post](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/) & the [upgrade guide](https://jquery.com/upgrade-guide/3.5/); see also issue #4681.
-->
### Description ###