Add WARNING: to list of admonitions

This commit is contained in:
Thaddeus Crews
2024-09-12 11:17:09 -05:00
parent 85c8a47005
commit 7d7d9c3dcc

View File

@@ -344,7 +344,7 @@ Godot's codebase.
always end them with a period.
- Reference variable/function names and values using backticks.
- Wrap comments to ~100 characters.
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as admonitions
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, ``WARNING:``, or ``HACK:`` as admonitions
when needed.
**Example:**