From b2a21468eeb4326f142ccf0bb271e7b7bf882341 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 23 Jul 2024 14:24:50 -0400 Subject: [PATCH] Add recommendation to use `title` to style guide (#5361) --- STYLE.md | 1 + 1 file changed, 1 insertion(+) 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