Tests: update npo.js and include unminified source instead
[jquery.git] / .github / ISSUE_TEMPLATE.md
blob58b8cbea56fc14bfa24df16e619908b752707ef7
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   * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824
18 -->
20 ### Description ###
23 ### Link to test case ###