Open Issues Need Help
View All on GitHubAI 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.
Godot Engine contributing documentation
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.
Godot Engine contributing documentation