From 81910e2442eacba9310bcf054cc9f28811a3235a Mon Sep 17 00:00:00 2001 From: Ben Navetta Date: Tue, 28 Apr 2026 18:07:59 +0100 Subject: [PATCH] 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 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93c47e63..23dcebd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.