Add recommendation to use title to style guide (#5361)

This commit is contained in:
Zanie Blue 2024-07-23 14:24:50 -04:00 committed by GitHub
parent 68c27cbd06
commit b2a21468ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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