Build: Test on iOS 18, no longer test on iOS 15
[jquery.git] / .github / ISSUE_TEMPLATE.md
blobbd4bae5ef81792f44de7a862e25e902668eebf7b
1 <!--
2 Feature Requests:
3   Please read https://github.com/jquery/jquery/wiki/Adding-new-features
4   Most features should start as plugins outside of jQuery.
6 Bug Reports:
7   Note that we only can fix bugs in the latest version of jQuery.
8   Briefly describe the issue you've encountered
9   *  What do you expect to happen?
10   *  What actually happens?
11   *  Which browsers are affected?
12   Provide a *minimal* test case, see https://webkit.org/test-case-reduction/
13   Use the latest shipping version of jQuery in your test case!
14   We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
16 Frequently Reported Issues:
17   * 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.
18 -->
20 ### Description ###
23 ### Link to test case ###