@@ -34,7 +34,8 @@ to both issues and pull requests.
3434Labels
3535~~~~~~
3636
37- The following labels are currently defined in the Godot repository:
37+ The following `labels <https://github.com/godotengine/godot/labels >`__ are
38+ currently defined in the Godot repository:
3839
3940**Categories: **
4041
@@ -58,16 +59,19 @@ The following labels are currently defined in the Godot repository:
5859- *Discussion *: the issue is not consensual and needs further
5960 discussion to define what exactly should be done to address the
6061 topic.
61- - *Documentation *: issue related to the documentation. Mainly to request
62- enhancements in the API documentation. Issues related to the ReadTheDocs
63- documentation should be filed on the
64- `godot-docs <https://github.com/godotengine/godot-docs >`_ repository.
62+ - *Documentation *: related to the documentation. PRs with this label improve the
63+ class reference. Issues with this label are either for wrong documentation, or
64+ are user-reported "bugs" that are actually limitations to be further documented.
65+ Often paired with *Discussion *. Issues related to the ReadTheDocs documentation
66+ should be filed on the `godot-docs <https://github.com/godotengine/godot-docs >`_ repository.
6567- *Enhancement *: describes a proposed enhancement to an existing
6668 functionality.
6769- *Feature proposal *: describes a wish for a new feature to be
6870 implemented. Note that the main Godot repository no longer accepts
6971 feature requests. Please use
7072 `godot-proposals <https://github.com/godotengine/godot-proposals >`__ instead.
73+ PRs which add new features but do not have a corresponding proposal use this
74+ label.
7175- *For PR meeting *: the issue needs to be discussed in a pull request meeting.
7276 These meetings are public and are held on the `Godot Contributors Chat <https://chat.godotengine.org/ >`_.
7377- *Good first issue *: the issue is *assumed * to be an easy one to fix, which makes
@@ -81,6 +85,7 @@ The following labels are currently defined in the Godot repository:
8185 on different hardware/software configurations or even that the steps to
8286 reproduce are not certain.
8387- *Needs work *: the pull request needs additional work before it can be merged.
88+ Also for issues that are very incomplete, such as missing reproduction steps.
8489- *Performance *: issues that directly impact engine or editor performance.
8590 Can also be used for pull requests that improve performance or add low-end-friendly options.
8691 Should not be coupled with *Usability *.
@@ -124,7 +129,7 @@ describe an issue or pull request.
124129- *Input *: relates to the input system.
125130- *Multiplayer *: relates to multiplayer (high-level networking) systems.
126131- *Navigation *: relates to the navigation system (including A* and navmeshes).
127- - *Network *: relates to (lot -level) networking.
132+ - *Network *: relates to (low -level) networking.
128133- *Particles *: particles, particle systems and their editors.
129134- *Physics *: relates to the physics engine (2D/3D).
130135- *Plugin *: relates to problems encountered while writing plugins.
@@ -153,7 +158,7 @@ Documentation labels
153158~~~~~~~~~~~~~~~~~~~~
154159
155160In the `documentation repository <https://github.com/godotengine/godot-docs >`__, we
156- use the following labels:
161+ use the following ` labels < https://github.com/godotengine/godot-docs/labels >`__ :
157162
158163- *Archived *: either a duplicate of another issue, or invalid. Such an
159164 issue would also be closed.
0 commit comments