Skip to content

Commit

Permalink
Merge pull request #9947 from Repiteo/warning-admonition
Browse files Browse the repository at this point in the history
Add `WARNING:` to list of admonitions
  • Loading branch information
skyace65 authored Sep 28, 2024
2 parents c689e0e + 7d7d9c3 commit 6010454
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 6010454

Please sign in to comment.