From f9a184800b8bbbfd854b8bb91e1c7d9d0fe6796c Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 23 Oct 2016 13:34:44 +1100 Subject: [PATCH] Add Issue and PR templates --- .github/issue_template.md | 18 ++++++++++++++++++ .github/pull_request_template.md | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md 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