Godot Engine contributing documentation

docs documentation game-development game-engine gamedev godot godotengine multi-platform open-source
2 Open Issues Need Help Last updated: Feb 27, 2026

Open Issues Need Help

View All on GitHub

AI Summary: A first-time Godot C++ contributor suggests adding a direct link to the "Configuring an IDE" documentation page within the "Creating Pull Requests" contributing guide. This would help new contributors quickly find information on setting up their development environment, as the current IDE setup page is under a different URL and not explicitly linked.

Complexity: 1/5
enhancement good first issue

Godot Engine contributing documentation

Python
#docs#documentation#game-development#game-engine#gamedev#godot#godotengine#multi-platform#open-source

AI Summary: The Godot Editor Style Guide documentation contains an outdated example for adding tooltips. It incorrectly uses `set_tooltip()` and `TTR()`, both of which have changed in Godot 4.0+. The documentation needs to be updated to reflect the current `set_tooltip_text()` method and the correct usage of `TTR()` for translation.

Complexity: 1/5
bug good first issue

Godot Engine contributing documentation

Python
#docs#documentation#game-development#game-engine#gamedev#godot#godotengine#multi-platform#open-source