Remove warp --version reference from CONTRIBUTING.md (#9249)

## Description
The `--version` flag currently isn't supported. I'm going to add this,
but want to avoid confusion in the meantime.

## Testing

N/A
This commit is contained in:
Ben Navetta
2026-04-28 13:07:59 -04:00
committed by GitHub
parent e12c14e2d5
commit 81910e2442
+1 -1
View File
@@ -63,7 +63,7 @@ A good bug report includes:
- A clear title and a one-paragraph summary of the problem.
- Steps to reproduce (with a minimal example where possible).
- Expected vs. actual behavior.
- Warp version and OS (see `Settings → About` or `warp --version`).
- Warp version and OS (see `Settings → About`).
- Logs, screenshots, or screen recordings when relevant.
Once an issue is triaged as a bug (by Oz's triage agent or a maintainer), it is implicitly **`ready-to-implement`** — you can pick it up and open a code PR without waiting for a separate label.