Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a check for volatile source-urls #512

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ If adding a new module please review the following check boxes and check the app
- [X] I have a license field listed in my META file that is one of https://spdx.org/licenses
- [ ] My license is not one of those found on spdx.org but I **do** have a license field.
In this case make sure you have a license URL listed under support. [See this example](https://github.com/samcv/URL-Find/blob/master/META6.json).
- [ ] I **don't** have a license field. Yes, I understand this is **not recommended**.
- [ ] I **don't** have a license field. Yes, I understand this is **not recommended**.
- [ ] I **did not** put a volatile target in the `source-url` of the META file. Linking to a branch instead of a fixed revision or tag _will_ lead to breakage as soon as you commit to that branch.