Explorar el Código

Add `WARNING:` to list of admonitions

Thaddeus Crews hace 10 meses
padre
commit
7d7d9c3dcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contributing/development/code_style_guidelines.rst

+ 1 - 1
contributing/development/code_style_guidelines.rst

@@ -344,7 +344,7 @@ Godot's codebase.
   always end them with a period.
   always end them with a period.
 - Reference variable/function names and values using backticks.
 - Reference variable/function names and values using backticks.
 - Wrap comments to ~100 characters.
 - 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.
   when needed.
 
 
 **Example:**
 **Example:**