From 12f69b893f10393ef48fa8a3ac460a8b6f4438f7 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Fri, 13 Feb 2026 10:03:04 -0800 Subject: [PATCH] Updated app bug report template (#11695) --- .github/ISSUE_TEMPLATE/1-codex-app.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-codex-app.yml b/.github/ISSUE_TEMPLATE/1-codex-app.yml index 569094907..6e294ee27 100644 --- a/.github/ISSUE_TEMPLATE/1-codex-app.yml +++ b/.github/ISSUE_TEMPLATE/1-codex-app.yml @@ -21,6 +21,13 @@ body: label: What subscription do you have? validations: required: true + - type: input + id: platform + attributes: + label: What platform is your computer? + description: | + For macOS and Linux: copy the output of `uname -mprs` + For Windows: copy the output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in the PowerShell console - type: textarea id: actual attributes: