Skip to content

Commit 73365d3

Browse files
authored
Merge pull request #79 from unixorn/update-pr-template
Add license acceptance to PR template
2 parents 393975e + d64f7d5 commit 73365d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rvm:
44
before_script:
55
- gem install awesome_bot
66
script:
7-
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github
7+
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io

PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- [ ] A helper script
1212
- [ ] A link to an external resource like a blog post or video
13+
- [ ] Text cleanups/updates
1314

1415
# Checklist:
1516

@@ -23,3 +24,7 @@
2324
- [ ] If there was no author credit in a script added in this PR, I have added one.
2425
- [ ] I have confirmed that the link(s) in my PR are valid.
2526
- [ ] I have read the **CONTRIBUTING** document.
27+
28+
# License Acceptance
29+
30+
- [ ] 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.

0 commit comments

Comments
 (0)