.. _doc_areas:
Areas and teams
===============
Godot is organized into areas, most of which has a designated team working on them.
This page lists these areas and explains their goals and how they're organized.
For each team or area there is a list of links and resources associated with them:
* **Communication**: links to the `RocketChat `__ channels for the team,
joining this channel is the best way get involved with a team.
* **GitHub reviews**: opens a GitHub search for PRs that have a review request for the team.
Note that this *doesn’t* show PRs that have already been reviewed by that team,
any review comments at all, from any member of a specific team, will remove the request, so this is not always helpful.
* **GitHub labels**: lists any labels relevant to the team, and links to issues and PRs tagged with those tags.
For more information about the different GitHub labels, please see the :ref:`doc_bug_triage_guidelines`.
Note that some GitHub labels aren’t neatly covered by trackers.
* **Triage project**: links to the :ref:`team triage project ` for the team. You are welcome to
help the team out by implementing or reviewing something from this list.
* **Maintainers**: lists the members of each team. The area maintainers take ownership of the area, and will steer its
development by creating and reviewing pull requests and improvement proposals. Maintainers are listed alphabetically.
Maintainers written as ⭐ **Member** (with a star and in bold) are team leads.
You can find information about the teams' `current priorities `__ on the Godot website.
.. As a guideline, a team is anything that:
- People refer to as a team.
- An area that has multiple facets, like a RocketChat channel and a GitHub team.
.. Regarding maintainers:
- Generally, the maintainers should correspond to the respective GitHub teams.
- "Members" are maintainers here, and "Maintainers" are team leads.
- Before adding a maintainer, ask them if they want to be mentioned here.
- In particular, ask them how they'd like to be referred to.
- If you are a maintainer, you can also open a PR to add yourself, if you are on the respective GitHub team.
How to join a team / become a maintainer
----------------------------------------
Prospective maintainers are invited by other maintainers. As such, there is no way to apply to become one.
At the same time, the primary goal of any contributor should be to improve Godot. Becoming a maintainer can
be an honor, but is primarily a responsibility.
Regardless of whether you work with the goal of becoming a maintainer, or simply want to make
effective contributions for the community, we have some advice for you:
- **Take on maintainer tasks.** Many people assume that tasks like :ref:`reviewing PRs `,
taking on :ref:`team tasks `, and critically :ref:`evaluating proposals `
are reserved to maintainers. This is not true! These kinds of tasks are a major bottleneck for Godot's development,
so we appreciate everyone who contributes in this way.
- **Be aligned with the project direction.** Try to work in the best interest of Godot.
Many people like implementing exciting new features, but often this is not the best way to contribute. What are other
ways to help? Where do you see problems or jobs that nobody else is taking on? What plans or roadblocks do the teams
currently have, and can you help? By being well informed and aligning with the teams, you can make effective
contributions in the interest of Godot.
- **Earn trust from other maintainers.** Casual contributors come and go, but we take note of those who stay around
and communicate well, take on tasks and responsibility in an area, and are proactive when solving problems and fixing
regressions.
.. Html hyperlink targets cannot start with numbers. We're using a trick to override the default generated target: https://stackoverflow.com/a/65284203/503822
.. _2d:
.. _team-2d:
2D
--
.. gdareatable::
:communication: #2d
:github_reviews: @godotengine/2d-nodes
:github_labels: topic:2d
:maintainers: Gilles Roudière (@groud), Tomasz Chabora (@KoBeWi)
.. _3d:
.. _team-3d:
3D
--
.. gdareatable::
:communication: #devel
:github_reviews: @godotengine/3d-nodes
:github_labels: topic:3d
:maintainers: Hugo Locurcio (@Calinou)
Animation
---------
Nodes and features for 2D and 3D animation and IK workflows.
.. gdareatable::
:communication: #animation
:github_reviews: @godotengine/animation
:github_labels: topic:animation
:triage_project: Animation issue triage
:maintainers: Juan Linietsky (@reduz), K. S. Ernest Lee (@fire), @Lyuma, @SaracenOne, Silc 'Tokage' Renew (@TokageItLab)
Asset pipeline
--------------
Asset import pipeline for 2D (textures) and 3D (scenes, models, animations, etc.).
.. gdareatable::
:communication: #asset-pipeline
:github_reviews: @godotengine/asset-pipeline
:github_labels: topic:import
:triage_project: Asset pipeline issue triage
:maintainers: Aaron Franke (@aaronfranke), @BlueCube3310, Hugo Locurcio (@Calinou), K. S. Ernest Lee (@fire), @Lyuma, Rémi Verschelde (@akien-mga)
Audio
-----
All audio-related features, from low-level AudioServer and drivers to high-level nodes and effects.
.. gdareatable::
:communication: #audio
:github_reviews: @godotengine/audio
:github_labels: topic:audio
:triage_project: Audio issue triage
:maintainers: Adam Scott (@adamscott), Lukas Tenbrink (@Ivorius/@Ivorforce), Juan Linietsky (@reduz)
Core
----
Low-level Core API: Object, Variant, templates, base nodes like Node, Viewport, etc. (everything under ``core`` and ``scene/main``).
.. gdareatable::
:communication: #core
:github_reviews: @godotengine/core
:github_labels: topic:core
:triage_project: Core issue triage
:maintainers: HP van Braam (@hpvb), Juan Linietsky (@reduz), @lawnjelly, Lukas Tenbrink (@Ivorius/@Ivorforce), Rémi Verschelde (@akien-mga)
.. _team_demos:
Demos
-----
.. gdareatable::
:communication: #demo-content
:github_reviews: @godotengine/demos
:maintainers: Aaron Franke (@aaronfranke), Gilles Roudière (@groud), Hugo Locurcio (@Calinou), K. S. Ernest Lee (@fire)
.. _team_documentation:
Documentation
-------------
Documentation for the engine and its systems. You can find documentation for this team in the :ref:`documentation section `.
Note that, while there is a dedicated documentation team, all other teams are expected to contribute to the documentation
for their area.
.. gdareatable::
:communication: #documentation
:github_reviews: @godotengine/documentation
:github_labels: documentation
:maintainers: A Thousand Ships (@AThousandShips), Hana - Piralein (@Piralein), Hugo Locurcio (@Calinou), Max Hilbrunner (@mhilbrunner), Matthew (@skyace65), Micky (@Mickeon)
Editor
------
All things related to the editor.
.. gdareatable::
:communication: #editor
:github_reviews: @godotengine/editor
:github_labels: topic:editor, topic:export, topic:plugin
:triage_project: Editor issue triage
:maintainers: Gilles Roudière (@groud), Hugo Locurcio (@Calinou), Kit Bishop (@kitbdev), Michael Alexsander (@YeldhamDev), Pāvels Nadtočajevs (@bruvzg), Robert Yevdokimov (@ryevdokimov), Tomasz Chabora (@KoBeWi)
Debugger
~~~~~~~~
.. gdareatable::
:communication: #gui
:github_reviews: @godotengine/debugger
:github_labels: topic:gui
:triage_project: Editor issue triage
:maintainers: Fabio Alessandrelli (@Faless), George Marques (@vnen)
Script Editor
~~~~~~~~~~~~~
.. gdareatable::
:communication: #gui
:github_reviews: @godotengine/script-editor
:github_labels: topic:gui
:triage_project: Editor issue triage
:maintainers: Kit Bishop (@kitbdev), Michael Alexsander (@YeldhamDev), Paul Batty (@Paulb23)
GUI
---
Everything that inherits Control (everything under ``scene/gui``) and can be used to build Graphical User Interfaces (both game UI and editor tools).
.. gdareatable::
:communication: #gui
:github_reviews: @godotengine/gui-nodes
:github_labels: topic:gui
:triage_project: GUI issue triage
:maintainers: Gilles Roudière (@groud), Hendrik Brucker (@Geometror), Kit Bishop (@kitbdev), Michael Alexsander (@YeldhamDev), Paul Batty (@Paulb23), Pāvels Nadtočajevs (@bruvzg), Rémi Verschelde (@akien-mga), Tomasz Chabora (@KoBeWi)
Input
-----
.. gdareatable::
:communication: #input
:github_reviews: @godotengine/input
:github_labels: topic:input
:maintainers: Alexander Hartmann (@Alex2782), Rémi Verschelde (@akien-mga), Gilles Roudière (@groud), @Nintorch
Navigation
----------
.. gdareatable::
:communication: #navigation
:github_reviews: @godotengine/navigation
:github_labels: topic:navigation
:triage_project: Navigation issue triage
Networking
----------
Networked multiplayer, RPCs and replication, HTTP/TCP/UDP/DNS, WebSockets, ENet, encryption.
.. gdareatable::
:communication: #networking, #voip
:github_reviews: @godotengine/network
:github_labels: topic:network, topic:multiplayer
:triage_project: Network issue triage
:maintainers: Fabio Alessandrelli (@Faless), Max Hilbrunner (@mhilbrunner)
Physics
-------
Physics servers and their implementation in 2D and 3D.
.. gdareatable::
:communication: #physics
:github_reviews: @godotengine/physics, @godotengine/jolt-physics
:github_labels: topic:physics
:triage_project: Physics issue triage
:maintainers: Jorrit Rouwe (@jrouwe), Juan Linietsky (@reduz), @lawnjelly, Mikael Hermansson (@mihe), Ricardo Buring (@rburing)
Platforms
---------
Platform specific layers that reside in ``platform``, with shared components (Unix, Win32, Apple, etc.) in ``drivers``.
.. gdareatable::
:communication: #platforms
:github_labels: topic:platforms
:triage_project: Platforms issue triage
Android
~~~~~~~
.. gdareatable::
:communication: #android
:github_reviews: @godotengine/android
:github_labels: platform:android
:maintainers: Alexander Hartmann (@Alex2782), Anish (@syntaxerror247), Fredia Huya-Kouadio (@m4gr3d)
:triage_project: Platforms issue triage
Apple
~~~~~
.. gdareatable::
:communication: #apple
:github_reviews: @godotengine/ios, @godotengine/macos
:github_labels: platform:ios, platform:macos, platform:visionos
:maintainers: Bastiaan Olij (@BastiaanOlij), Pāvels Nadtočajevs (@bruvzg)
:triage_project: Platforms issue triage
Buildsystem
~~~~~~~~~~~
Tools and scripts that we use to compile and maintain Godot, both for development purpose (SCons, CI) and releases (official build containers).
.. gdareatable::
:communication: #buildsystem
:github_reviews: @godotengine/buildsystem
:github_labels: topic:buildsystem
:triage_project: Buildsystem issue triage
:maintainers: Fabio Alessandrelli (@Faless), HP van Braam (@hpvb), Hugo Locurcio (@Calinou), Pāvels Nadtočajevs (@bruvzg), Rémi Verschelde (@akien-mga), Thaddeus Crews (@Repiteo)
Web
~~~
.. gdareatable::
:communication: #web
:github_reviews: @godotengine/web
:github_labels: platform:web
:maintainers: Adam Scott (@adamscott), Fabio Alessandrelli (@Faless)
:triage_project: Platforms issue triage
Windows
~~~~~~~
.. gdareatable::
:communication: #platforms
:github_reviews: @godotengine/windows
:github_labels: platform:windows
:maintainers: Max Hilbrunner (@mhilbrunner), Pāvels Nadtočajevs (@bruvzg)
:triage_project: Platforms issue triage
Linux / BSD
~~~~~~~~~~~
.. gdareatable::
:communication: #platforms
:github_reviews: @godotengine/linux-bsd
:github_labels: platform:linuxbsd
:maintainers: Dery Almas (@deralmas), Fabio Alessandrelli (@Faless), HP van Braam (@hpvb), Pāvels Nadtočajevs (@bruvzg), Rémi Verschelde (@akien-mga)
:triage_project: Platforms issue triage
Quality Assurance
-----------------
All things QA: unit/integration tests, static analysis, benchmarks, code style/quality, builds testing.
.. gdareatable::
:communication: #quality-assurance, #benchmarks
Tests
~~~~~
Tests for the engine and its systems.
Note that, while there is a dedicated tests team, every team is expected to contribute to the tests
for their area.
.. gdareatable::
:communication: #quality-assurance
:github_reviews: @godotengine/tests
:github_labels: topic:tests
:maintainers: Hugo Locurcio (@Calinou), Hendrik Brucker (@Geometror), Thaddeus Crews (@Repiteo)
.. _team_triage:
Bugsquad / Issue triage
~~~~~~~~~~~~~~~~~~~~~~~
You can find documentation for this team in the :ref:`triage section `.
.. gdareatable::
:communication: #bugsquad, #bugsquad-sprints
:github_reviews: @godotengine/bugsquad
:maintainers: A Thousand Ships (@AThousandShips), K. S. Ernest Lee (@fire), @lawnjelly, Rémi Verschelde (@akien-mga), Ricardo Subtil (@rsubtil), Rudolph Bester (@Rudolph-B), Sébastien Dunne Fulmer (@CreatedBySeb)
Rendering
---------
Rendering server and RenderingDevice implementations (Vulkan, OpenGL), as well as the actual rendering techniques implemented using those graphics APIs.
.. gdareatable::
:communication: #rendering
:github_reviews: @godotengine/rendering
:github_labels: topic:rendering
:triage_project: Rendering issue triage
:maintainers: Bastiaan Olij (@BastiaanOlij), @BlueCube3310, Clay John (@clayjohn), Darío Banini (@DarioSamo), Hugo Locurcio (@Calinou), Juan Linietsky (@reduz), @lawnjelly, Skyth (Asilkan) (@blueskythlikesclouds), Stuart Carnie (@stuartcarnie)
Shaders
~~~~~~~
.. gdareatable::
:communication: #rendering
:github_reviews: @godotengine/shaders
:github_labels: topic:shaders
:triage_project: Rendering issue triage
:maintainers: Clay John (@clayjohn), Hendrik Brucker (@Geometror), Ilaria Cislaghi (@QbieShay), Patrick Exner (@paddy-exe), Skyth (Asilkan) (@blueskythlikesclouds), Yuri Rubinsky (@Chaosus)
VFX / Tech Art / Particles
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. gdareatable::
:communication: #vfx-tech-art
:github_reviews: @godotengine/rendering, @godotengine/shaders
:github_labels: topic:particles
:triage_project: Particles issue triage, VFX and TechArt wishlist
Scripting
---------
Umbrella team for all the scripting languages usable with Godot.
Encompasses some shared core components (Object, ClassDB, MethodBind, ScriptLanguage, etc.) and language specific implementations in dedicated subteams.
.. _team_gdextension:
GDExtension
~~~~~~~~~~~
GDExtension and godot-cpp.
.. gdareatable::
:communication: #gdextension
:github_reviews: @godotengine/gdextension
:github_labels: topic:gdextension
:triage_project: GDExtension issue triage
:maintainers: Bastiaan Olij (@BastiaanOlij), David Snopek (@dsnopek), Fabio Alessandrelli (@Faless), George Marques (@vnen), Jan Haller (@Bromeon), Lukas Tenbrink (@Ivorius/@Ivorforce), Patrick Exner (@paddy-exe), Pāvels Nadtočajevs (@bruvzg)
GDScript
~~~~~~~~
GDScript language implementation.
.. gdareatable::
:communication: #gdscript
:github_reviews: @godotengine/gdscript
:github_labels: topic:gdscript
:triage_project: GDScript issue triage
:maintainers: Adam Scott (@adamscott), Danil Alexeev (@dalexeev), George Marques (@vnen), @HolonProduction
C# / .NET / Mono
~~~~~~~~~~~~~~~~
.. gdareatable::
:communication: #dotnet
:github_reviews: @godotengine/dotnet
:github_labels: topic:dotnet
:triage_project: Dotnet issue triage
:maintainers: Paul Joannon (@paulloz), Raul Santos (@raulsntos)
Server Infrastructure
---------------------
Managing the backend for the website and servers, e.g. `godotengine.org `__, `asset library `__, and upcoming `asset store `_.
.. gdareatable::
:communication: #website, #asset-store
:github_reviews: @godotengine/server-infrastructure
:maintainers: HP van Braam (@hpvb), Winston (@winston-yallow)
Technical Leadership Committee (TLC)
------------------------------------
The Technical Leadership Committee (TLC) drafts and drives the technical roadmap / development
direction for the engine, supports and assists the project management and release teams, and
provides technical guidance to the Godot Foundation Board. Learn more on the `Governance page `__
on the Godot website.
.. gdareatable::
:github_reviews: @godotengine/tlc
:maintainers: Bastiaan Olij (@BastiaanOlij), Clay John (@clayjohn), David Snopek (@dsnopek), Fredia Huya-Kouadio (@m4gr3d), George Marques (@vnen), HP van Braam (@hpvb), Juan Linietsky (@reduz), @lawnjelly, Lukas Tenbrink (@Ivorius/@Ivorforce), Pāvels Nadtočajevs (@bruvzg), Rémi Verschelde (@akien-mga), Tomasz Chabora (@KoBeWi)
Translation / i18n
------------------
Internationalization and localization team - building the infrastructure to make it possible to translate Godot and its documentation.
If you work on Godot translations and contributors for your language have a dedicated communication channel for coordination, let us know so we can link it here.
.. gdareatable::
:github_reviews: @godotengine/i18n
:communication: #translation, #translation-de, #translation-es, #translation-fs, #translation-it
:github_labels: topic:i18n
:maintainers: Rémi Verschelde (@akien-mga)
Usability
---------
The usability team represents a user-oriented view of the engine, and plans and reviews functionality, workflows,
and accessibility.
Feel free to approach the usability team for guidance and support in planning an engine feature, especially if it
involves GUI or user experience (UX).
.. gdareatable::
:communication: #usability
:github_reviews: @godotengine/usability
:github_labels: usability
:triage_project: Usability Team Review Tracker
:maintainers: Adriaan de Jongh (@AdriaandeJongh), Gilles Roudière (@groud), Hendrik Brucker (@Geometror), Hugo Locurcio (@Calinou), K. S. Ernest Lee (@fire), Michael Alexsander (@YeldhamDev), Micky (@Mickeon), @passivestar, Paul Batty (@Paulb23), Timothé Bonhoure (@ajreckof)
.. _team_website:
Website
-------
Creating and curating the website `godotengine.org `__ and `asset library `__ (and upcoming `asset store `_).
.. gdareatable::
:communication: #website, #asset-store
:github_reviews: @godotengine/website
:maintainers: Adam Scott (@adamscott), Emilio Coppola (@coppolaemilio), Hugo Locurcio (@Calinou), Iñigo Allende (@InigoAllende/@i.allende), Winston (@winston-yallow)
XR
--
Augmented (AR) and virtual reality (VR).
.. gdareatable::
:communication: #xr
:github_reviews: @godotengine/xr
:github_labels: topic:xr
:triage_project: XR issue triage
:maintainers: Bastiaan Olij (@BastiaanOlij), David Snopek (@dsnopek), Fredia Huya-Kouadio (@m4gr3d), Logan Lang (@devloglogan)