diff --git a/.travis.yml b/.travis.yml index b5a5cb713..3954e8725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github + - awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index bfb835a97..87c4995ca 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ - [ ] A helper script - [ ] A link to an external resource like a blog post or video +- [ ] Text cleanups/updates # Checklist: @@ -23,3 +24,7 @@ - [ ] If there was no author credit in a script added in this PR, I have added one. - [ ] I have confirmed that the link(s) in my PR are valid. - [ ] I have read the **CONTRIBUTING** document. + +# License Acceptance + +- [ ] This repository is Apache version 2.0 licensed (some scripts may have alternate licensing inline in their code) and by making this PR, I am contributing my changes to the repository under the terms of the Apache 2 license.