Ensure documentation is clear, precise, and consistently formatted. Key practices include: 1. **Be explicit and unambiguous** - Define terms that might be unclear and provide specific guidance:
Ensure documentation is clear, precise, and consistently formatted. Key practices include:
// Instead of:
Please provide the minimum configuration needed.
// Use:
Please provide the minimum configuration needed to reproduce this issue. If you can still reproduce the issue with one of the lines removed, do not include that line.
// Instead of:
Screenshot of the terminal inspector's logged keystrokes
// Use:
Screenshot of logged keystrokes from the terminal inspector's "Keyboard" tab
#### `tmux.conf` (tmux 3.5a)
set -g default-terminal “tmux-256color” set-option -sa terminal-overrides “,xterm*:Tc”
// Instead of:
Provide any captured Ghostty logs.
// Use:
Provide any captured Ghostty logs. On Linux, this can be found by running `ghostty` from the command-line; on macOS, this can be found via [specific instructions].
Enter the URL of a public GitHub repository