From 37ff65f8380ffcb4eb7824125eb85c882cfec150 Mon Sep 17 00:00:00 2001 From: CaveManon Date: Thu, 21 Oct 2021 20:41:36 -0500 Subject: [PATCH] re-added contributing guidelines --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..15a550e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Snoot Game + +

Contributing

+

Find an issue and start working. Creating issues is very helpful. Simply emailing patches/updated versions of the script works too. All PRs/Contributions to the main code should go to the patch branch and NOT master as to leave master a stable branch. All contributions belong to you, but are licensed under the GNU AGPL v3 and are adherent to the GPL-Exception in the root of the project file.

+

It should be noted that any non-contributor sourced assets for the game MUST be under some form of free licensing that is compatable with the CC-BY-SA 4.0 (Listed in this link as BY-SA) for it to be added to the game. This includes audio, images, other bits of code, and other copyrightable assets. Compatable licenses include, but aren't limited to, CC-BY, Public Domain, CC-BY-SA 4.0, CC-BY-SA 3.0, The Free Art license, or any other license that is permissive in how it is used.