diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..b2b19f81f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ + + +** Description** + + +** Link to test case ** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..0ec45161f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +### Summary ### + + + +### Checklist ### +Mark an `[x]` for completed items, if you're not sure leave them unchecked and we can assist. + +* [ ] All authors have signed the CLA at https://contribute.jquery.com/CLA/ +* [ ] New tests have been added to show the fix or feature works +* [ ] Grunt build and unit tests pass locally with these changes +* [ ] If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com + +Thanks! Bots and humans will be around shortly to check it out.