diff options
author | Sam Potts <sam@potts.es> | 2018-05-31 08:34:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 08:34:02 +1000 |
commit | 25a319d884dec98fe9929b53d57a7146b11d2e27 (patch) | |
tree | c6065670b9e105db26833c7f3b94ddd8a5e375fe | |
parent | 450958c2904ad9e2d0c4f283af96f9bf69eeb250 (diff) | |
parent | 4bf678fe6cdb41d3722f3efb6e4f9be4375db2b8 (diff) | |
download | plyr-25a319d884dec98fe9929b53d57a7146b11d2e27.tar.lz plyr-25a319d884dec98fe9929b53d57a7146b11d2e27.tar.xz plyr-25a319d884dec98fe9929b53d57a7146b11d2e27.zip |
Merge pull request #989 from friday/pr-template
Proposed changes to PR template
-rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c4779d3c..670d8a5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ ### Link to related issue (if applicable) -### Sumary of proposed changes +### Summary of proposed changes -### Task list - -- [ ] Tested on [supported browsers](https://github.com/sampotts/plyr#browser-support) -- [ ] Gulp build completed
\ No newline at end of file +### Checklist +- [ ] Use `develop` as the base branch +- [ ] Exclude the gulp build from the PR +- [ ] Test on [supported browsers](https://github.com/sampotts/plyr#browser-support) |