diff --git a/.github/ISSUE_TEMPLATE/mod_request.md b/.github/ISSUE_TEMPLATE/mod_request.md index cbe78d4d2..cfe75ddbd 100644 --- a/.github/ISSUE_TEMPLATE/mod_request.md +++ b/.github/ISSUE_TEMPLATE/mod_request.md @@ -33,5 +33,7 @@ https://www.example.com * 9. Upon testing this mod, what errors, odd behavior, or other incompatibilities were noticed? * +10. Is the licence one that we can include in WhyNot? (Whynot is under the GPLv3 only. Be sure you know what you are talking about or cite your source) + * ## Other comments diff --git a/README.md b/README.md index 9364d5d02..b07253972 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,7 @@ This game is not a new home for mods. Each mod remains within and have their own ### 9 Mod must not be incompatible with other mods Mods should not require compatibility code to be added to the Whynot game, and thus requiring extra maintenance work on our part. If we find incompatibilities (ex. recipes conflicts, redundant items, keypress overlap) we expect any required changes to happen upstream before the mod is added to whynot. Some exceptions may be considered on a case-by-case basis. + +### 10 The code and artwork for the mod must be under a compatible licence + +We can't legally include a mod if the licence doesn't allow us to.