Skip to content

Commit 8bc0b6a

Browse files
committed
Fix links on release priority page.
1 parent fa9a0fc commit 8bc0b6a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

other/triage/release_priorities.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ determining if an issue is a release priority or not.
1010
Release priorities are tracked in a public project, `4.x Release Priorities <https://github.com/orgs/godotengine/projects/61>`__.
1111

1212
See below for an explanation of how to
13-
`identify release priorities <#identifying-release-priority-issues>`__,
14-
and how to assign a `severity <#severity>`__ to them. When in doubt, mark issues as
13+
:ref:`identify release priorities <doc_identifying_release_priorities>`,
14+
and how to assign a :ref:`severity <doc_release_priority_severity>` to them. When in doubt, mark issues as
1515
release priorities. We can always remove issues from the list, but it is critical
1616
that we know about potentially important issues before releasing a version.
1717

18+
.. _doc_identifying_release_priorities:
19+
1820
Identifying release priority issues
1921
-----------------------------------
2022

@@ -89,14 +91,16 @@ including remote code execution. They may also include engine issues that cause
8991
like the editor deleting files outside the project directory.
9092

9193
If something seems like a serious security issue, please contact Godot's security team directly as soon as possible
92-
([security@godotengine.org](mailto:security@godotengine.org)). The team will take the appropriate steps to address the issue.
94+
`security@godotengine.org <mailto:security@godotengine.org>`__. The team will take the appropriate steps to address the issue.
9395

9496
Is it a new platform requirement?
9597
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9698

9799
Any new platform requirement that will affect users is a release priority. This includes things like Google Play changing
98100
the required target API for Android, or operating system updates or changes that affect users or exported projects on those platforms.
99101

102+
.. _doc_release_priority_severity:
103+
100104
Severity
101105
--------
102106

0 commit comments

Comments
 (0)