From 24e9f61cd266a02aec2b70c748348ea34871a9c9 Mon Sep 17 00:00:00 2001 From: Lazerbeak12345 Date: Sat, 29 Oct 2022 13:39:28 -0600 Subject: [PATCH 1/3] Add rule 10 to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9364d5d0..b0725397 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. From 4bf79ee9e1a3b99901e17eac090ec232a209bfc3 Mon Sep 17 00:00:00 2001 From: Lazerbeak12345 Date: Sat, 29 Oct 2022 13:42:10 -0600 Subject: [PATCH 2/3] Add rule 10 to issue template --- .github/ISSUE_TEMPLATE/mod_request.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/mod_request.md b/.github/ISSUE_TEMPLATE/mod_request.md index cbe78d4d..fbc382b4 100644 --- a/.github/ISSUE_TEMPLATE/mod_request.md +++ b/.github/ISSUE_TEMPLATE/mod_request.md @@ -30,8 +30,10 @@ https://www.example.com 7. When does this mod feel like cheating? * 8. Does this mod use the software "git" for version control? (note: we are asking about git. Github, Gitlab, notabug and hundreds of other git _providers_ exist but are not specificly needed, although these do qualify). - * + * 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 From 2445a580960a5ad522dc293dbb95fd914509b81b Mon Sep 17 00:00:00 2001 From: Lazerbeak12345 Date: Sat, 29 Oct 2022 16:00:36 -0600 Subject: [PATCH 3/3] Restore terminating whitespace. Should make it easier to use as a template --- .github/ISSUE_TEMPLATE/mod_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/mod_request.md b/.github/ISSUE_TEMPLATE/mod_request.md index fbc382b4..cfe75ddb 100644 --- a/.github/ISSUE_TEMPLATE/mod_request.md +++ b/.github/ISSUE_TEMPLATE/mod_request.md @@ -30,10 +30,10 @@ https://www.example.com 7. When does this mod feel like cheating? * 8. Does this mod use the software "git" for version control? (note: we are asking about git. Github, Gitlab, notabug and hundreds of other git _providers_ exist but are not specificly needed, although these do qualify). - * + * 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