From 799cde583d5528cb8a6e927b029b4aab6d61b815 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 27 Jan 2020 17:28:07 +0100 Subject: [PATCH] Update CONTRIBUTING.md to mention Godot version compatibility notices --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b991b40..b33fb48 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ - Projects must have a [free/libre](https://gnu.org/licenses/license-list.html) license. If they lack a license, get to the original maintainer and ask them to add a license. - The scripts, add-ons or plugins must be useful in a project. -- Follow the existing style. +- Follow the existing style. At the end of the description, mention the compatible Godot version as follows: `Project Name - Some example project (Godot 3.2).` - Sort in alphabetical order. -If you do not know how to use pull requests, you can also create an issue. +If you don't know how to use pull requests, you can also create an issue.