From 1008e1b9a03891725d72e3a08a4a868bb1b96f70 Mon Sep 17 00:00:00 2001 From: Ilya Kamen Date: Thu, 24 Apr 2025 19:48:42 +0200 Subject: [PATCH] fix: update bug report template - there is no --revision flag (#614) I think there was a wrong word; --revision seems not to exist in help and does nothing. --- .github/ISSUE_TEMPLATE/2-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 9db7f2ef..b2feedc8 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -19,7 +19,7 @@ body: id: version attributes: label: What version of Codex is running? - description: Copy the output of `codex --revision` + description: Copy the output of `codex --version` - type: input id: model attributes: