Skip to content

Commit

Permalink
Add WARNING: to list of admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Repiteo committed Sep 12, 2024
1 parent 85c8a47 commit 7d7d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/development/code_style_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 7d7d9c3

Please sign in to comment.