aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-10-23 13:34:44 +1100
committerSam Potts <me@sampotts.me>2016-10-23 13:34:44 +1100
commitf9a184800b8bbbfd854b8bb91e1c7d9d0fe6796c (patch)
treee794ce550199f3990816fb5b02660266fa737975
parentf428c3ff8b2bd0cb212f91d456597dc62fcff53b (diff)
downloadplyr-f9a184800b8bbbfd854b8bb91e1c7d9d0fe6796c.tar.lz
plyr-f9a184800b8bbbfd854b8bb91e1c7d9d0fe6796c.tar.xz
plyr-f9a184800b8bbbfd854b8bb91e1c7d9d0fe6796c.zip
Add Issue and PR templates
-rw-r--r--.github/issue_template.md18
-rw-r--r--.github/pull_request_template.md8
2 files changed, 26 insertions, 0 deletions
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