Skip to content

Commit 8442759

Browse files
committed
Misc: Add issue and pull request templates
Fixes jquerygh-2929 Closes jquerygh-3070
1 parent e5ffcb0 commit 8442759

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.
5+
6+
Bug Reports:
7+
Note that we only can fix bugs in the latest (1.x, 2.x, 3.x) versions of jQuery.
8+
Briefly describe the issue you've encountered
9+
* What do you expect to happen?
10+
* What acually 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 http://jsbin.com or http://jsfiddle.net
15+
-->
16+
17+
** Description**
18+
19+
20+
** Link to test case **
21+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Summary ###
2+
<!--
3+
Describe what this PR does. All but trivial changes (e.g. typos)
4+
should start with an issue. Mention the issue number here.
5+
-->
6+
7+
8+
### Checklist ###
9+
Mark an `[x]` for completed items, if you're not sure leave them unchecked and we can assist.
10+
11+
* [ ] All authors have signed the CLA at https://contribute.jquery.com/CLA/
12+
* [ ] New tests have been added to show the fix or feature works
13+
* [ ] Grunt build and unit tests pass locally with these changes
14+
* [ ] If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com
15+
16+
Thanks! Bots and humans will be around shortly to check it out.

0 commit comments

Comments
 (0)