From 7d7d9c3dcc7d40f7b4d6112623631bd377c1774e Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Thu, 12 Sep 2024 11:17:09 -0500 Subject: [PATCH] Add `WARNING:` to list of admonitions --- contributing/development/code_style_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/code_style_guidelines.rst b/contributing/development/code_style_guidelines.rst index 0d4fbd5defe..9b475cbbff6 100644 --- a/contributing/development/code_style_guidelines.rst +++ b/contributing/development/code_style_guidelines.rst @@ -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:**