aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 58b8cbea56fc14bfa24df16e619908b752707ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
Feature Requests:
  Please read https://github.com/jquery/jquery/wiki/Adding-new-features
  Most features should start as plugins outside of jQuery.

Bug Reports:
  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 actually happens?
  *  Which browsers are affected?
  Provide a *minimal* test case, see https://webkit.org/test-case-reduction/
  Use the latest shipping version of jQuery in your test case!
  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
-->

### Description ###


### Link to test case ###