From 565d5f51de160179294006d02cc378ed28168ab8 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Sat, 13 Sep 2025 11:52:27 +0200 Subject: [PATCH] Fix topic:3d links and a typo. --- organization/areas.rst | 2 +- organization/how_to_contribute.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/organization/areas.rst b/organization/areas.rst index 08008f9..8b29495 100644 --- a/organization/areas.rst +++ b/organization/areas.rst @@ -21,7 +21,7 @@ The best way to get involved with a team is by joining their respective `RocketC -- * GitHub team: `godotengine/3d-nodes `__ -* GitHub label: ``topic:3d`` · issues · PRs +* GitHub label: ``topic:3d`` · `issues `__ · `PRs `__ Animation --------- diff --git a/organization/how_to_contribute.rst b/organization/how_to_contribute.rst index b8353b5..a91f6ee 100644 --- a/organization/how_to_contribute.rst +++ b/organization/how_to_contribute.rst @@ -69,7 +69,7 @@ Technical contributions All pull requests need to be thoroughly reviewed before they can be merged into the master branch. Help us get a headstart by participating in the code review process. - To get started, chose any `open pull request `_ and reference our **style guide**: :ref:`doc_pr_review_guidelines` + To get started, choose any `open pull request `_ and reference our **style guide**: :ref:`doc_pr_review_guidelines` - **Write Plugins (GDScript, C#, & more)** Community addons are not directly included in the core engine download or repository, yet they provide essential quality of life upgrades for your fellow game developers.