diff options
author | Sam Potts <sam@potts.es> | 2018-07-05 09:49:25 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 09:49:25 +1000 |
commit | 8226493a9ead0b629d386a2f402b088f888c4b84 (patch) | |
tree | 08dfee68fc51f602abb0d90b550e6debc84a299c | |
parent | 38a8a0e8a14126fadb3c7d3ff4cf1458622e5076 (diff) | |
download | plyr-8226493a9ead0b629d386a2f402b088f888c4b84.tar.lz plyr-8226493a9ead0b629d386a2f402b088f888c4b84.tar.xz plyr-8226493a9ead0b629d386a2f402b088f888c4b84.zip |
Update pull_request_template.md
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 670d8a5b..f67d769f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,5 +4,5 @@ ### Checklist - [ ] Use `develop` as the base branch -- [ ] Exclude the gulp build from the PR +- [ ] Exclude the gulp build (`/dist` changes) from the PR - [ ] Test on [supported browsers](https://github.com/sampotts/plyr#browser-support) |