diff --git a/documentation/overview.rst b/documentation/overview.rst index d291b1c..64fbbf8 100644 --- a/documentation/overview.rst +++ b/documentation/overview.rst @@ -27,3 +27,6 @@ There are two separate resources referred to as "documentation" in Godot: (rst) format, to which you can contribute via pull requests on the `godot-docs `_ GitHub repository. See :ref:`doc_contributing_to_the_documentation` for more details. + +The documentation is managed by the :team:`Documentation`. If you are serious about helping out, +come join us in the `#documentation `__ channel! diff --git a/organization/areas.rst b/organization/areas.rst index f08a260..5c4da7f 100644 --- a/organization/areas.rst +++ b/organization/areas.rst @@ -116,6 +116,8 @@ Input :github_labels: topic:input :maintainers: Rémi Verschelde (@akien-mga), Gilles Roudière (@groud) +.. _team_demos: + Demos ----- @@ -336,6 +338,8 @@ 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 ~~~~~~~~~~~ @@ -394,6 +398,8 @@ If you work on Godot translations and contributors for your language have a dedi :communication: #translation, #translation-de, #translation-es, #translation-fs, #translation-it :github_labels: topic:i18n +.. _team_website: + Website ------- diff --git a/other/benchmarks.rst b/other/benchmarks.rst index e07c817..f64914e 100644 --- a/other/benchmarks.rst +++ b/other/benchmarks.rst @@ -18,6 +18,9 @@ It's recommended to open one pull request per set of benchmarks. If you create multiple benchmarks in unrelated categories, please open separate pull requests for each. +If you are serious about helping out, or have anything else to discuss, come join us in the +`#benchmarks `__ channel! + Adding new benchmarks --------------------- diff --git a/other/demos.rst b/other/demos.rst index 277fa3a..d788e64 100644 --- a/other/demos.rst +++ b/other/demos.rst @@ -4,6 +4,9 @@ Contributing demo projects Thanks for your interest in contributing to the `Godot demo projects `__! +Demo projects are managed and reviewed by the :team:`Demos`. We greatly appreciate anyone who wants to help out +or submit new demos! + Demo submission criteria ------------------------ diff --git a/other/godot-cpp.rst b/other/godot-cpp.rst index bc8f43a..29d9393 100644 --- a/other/godot-cpp.rst +++ b/other/godot-cpp.rst @@ -9,7 +9,7 @@ Contributing to godot-cpp `C++ (godot-cpp) on the Godot docs `__ Thank you for your interest in contributing to `godot-cpp `__, -the official C++ GDExtension bindings maintained as part of the Godot project! +the official C++ GDExtension bindings maintained by the :team:`GDExtension`. We greatly appreciate help in maintaining and extending this project. If you wish to help out, ensure you have an account on GitHub and create a "fork" of the diff --git a/other/triage_sprints.rst b/other/triage_sprints.rst index 6d04fff..6662943 100644 --- a/other/triage_sprints.rst +++ b/other/triage_sprints.rst @@ -2,7 +2,7 @@ .. note:: - The bugsquad regularly hosts sprints where anyone can participate, this page contains instructions + The :team:`bugsquad ` regularly hosts sprints where anyone can participate, this page contains instructions for participating in these, sprints are organized in the `#bugsquad-sprints `__ channel, subscribe to get updates when new sprints are announced. diff --git a/other/website.rst b/other/website.rst index c4ea2f0..46e9423 100644 --- a/other/website.rst +++ b/other/website.rst @@ -9,7 +9,8 @@ and maintained with a git repository: This includes the static content, informational pages and press material, as well as the articles on the blog. -To contribute to it, please use our our regular :ref:`PR workflow `. +To contribute to it, please use our our regular :ref:`PR workflow `. Your pull +requests will be reviewed by the :team:`Website`. Content guidelines ------------------