From be1f367a0dc4995039c846f60b78835a4a63f304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Thom=C3=A4?= Date: Thu, 14 Dec 2023 08:27:44 +0100 Subject: [PATCH] chore: add license clarification --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b44d52c..d5ddc1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,5 +9,6 @@ The following checklist will help you to get started and make sure your contribu - If you have multiple fixes or features, please **create a separate PR for each**. This makes it easier to review and merge them. - Please make sure your code is **formatted according to the [GDScript style guide](https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_styleguide.html)**. It may not be your preferred style, but we really don't want to have multiple styles mixed in the codebase. - Please **rebase your PR on the latest on the `main`** branch before submitting it. This makes it easier to compare the changes and avoids merge conflicts. +- Your contribution must be **licensed under the MIT license**. This is the same license as this project uses. See the [LICENSE](LICENSE) file for details.