diff --git a/STYLE.md b/STYLE.md index bd01eee7e..696b92e7b 100644 --- a/STYLE.md +++ b/STYLE.md @@ -74,6 +74,7 @@ The documentation is divided into: 1. When using `console` syntax, use `$` to indicate commands — everything else is output. 1. Do not use the `bash` syntax when displaying command output. 1. Command output should rarely be included — it's hard to keep up to date. +1. Use `title` for example files, e.g., `pyproject.toml`, `Dockerfile`, or `example.py`. ## CLI