summaryrefslogtreecommitdiff
path: root/javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md b/javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 657703f..0000000
--- a/javascript/videojs/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,18 +0,0 @@
-## Description
-Please describe the change as necessary.
-If it's a feature or enhancement please be as detailed as possible.
-If it's a bug fix, please link the issue that it fixes or describe the bug in as much detail.
-
-## Specific Changes proposed
-Please list the specific changes involved in this pull request.
-
-## Requirements Checklist
-- [ ] Feature implemented / Bug fixed
-- [ ] If necessary, more likely in a feature request than a bug fix
- - [ ] Change has been verified in an actual browser (Chrome, Firefox, IE)
- - [ ] Unit Tests updated or fixed
- - [ ] Docs/guides updated
- - [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))
- - [ ] Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab)
- - [ ] Has no changes to JSDoc which cause `npm run docs:api` to error
-- [ ] Reviewed by Two Core Contributors