diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..f1ee5cd0 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,18 @@ +- [ ] Issue does not already exist +- [ ] Issue observed on https://plyr.io + +### Expected behaviour + +### Actual behaviour + +### Environment + +- Browser: +- Version: +- Operating System: +- Version: + +### Steps to reproduce +- + +### Relevant links \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f1ad850d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +### Link to related issue (if applicable) + +### Sumary of proposed changes + +### Task list + +- [ ] Tested on [supported browsers](https://github.com/Selz/plyr#browser-support) +- [ ] Gulp build completed \ No newline at end of file