From c5cb60b23645388ee3be26a8d279d87258104b67 Mon Sep 17 00:00:00 2001 From: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:42:53 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30baa453..b3fff8f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,7 @@ For scripts, only GDScript code is allowed. Follow the [GDScript style guide](ht - Two spaces are used to separate code and inline comments. - For empty lines in the middle of indented blocks, the scope's indentation is kept. - Class names use `class_name X extends Y` syntax. +- StringNames are only used if something is performance-critical. - `@export` for nodes is only used if the runtime structure is not known. Don't make pull requests for code style changes without discussing them first (unless it's for corrections to abide by the ones described here). Pull requests may also get production tweaks to fix their style before being merged.