feat: updated github issue template (#5191)

### Update github issue template for bug submission. 
* Add subscription field
* Require codex cli/extension version
* Require subscription plan
* Require error message with added context
This commit is contained in:
Shijie Rao
2025-10-15 07:27:24 -07:00
committed by GitHub
parent 8fed0b53c4
commit e8863b233b
2 changed files with 34 additions and 12 deletions

View File

@@ -20,6 +20,14 @@ body:
attributes: attributes:
label: What version of Codex is running? label: What version of Codex is running?
description: Copy the output of `codex --version` description: Copy the output of `codex --version`
validations:
required: true
- type: input
id: plan
attributes:
label: What subscription do you have?
validations:
required: true
- type: input - type: input
id: model id: model
attributes: attributes:
@@ -32,11 +40,18 @@ body:
description: | description: |
For MacOS and Linux: copy the output of `uname -mprs` 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 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:
label: What issue are you seeing?
description: Please include the full error messages and prompts with PII redacted. If possible, please provide text instead of a screenshot.
validations:
required: true
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: What steps can reproduce the bug? label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it. description: Explain the bug and provide a code snippet that can reproduce it. Please include session id, token limit usage, context window usage if applicable.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@@ -44,11 +59,6 @@ body:
attributes: attributes:
label: What is the expected behavior? label: What is the expected behavior?
description: If possible, please provide text instead of a screenshot. description: If possible, please provide text instead of a screenshot.
- type: textarea
id: actual
attributes:
label: What do you see instead?
description: If possible, please provide text instead of a screenshot.
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:

View File

@@ -14,11 +14,21 @@ body:
id: version id: version
attributes: attributes:
label: What version of the VS Code extension are you using? label: What version of the VS Code extension are you using?
validations:
required: true
- type: input
id: plan
attributes:
label: What subscription do you have?
validations:
required: true
- type: input - type: input
id: ide id: ide
attributes: attributes:
label: Which IDE are you using? label: Which IDE are you using?
description: Like `VS Code`, `Cursor`, `Windsurf`, etc. description: Like `VS Code`, `Cursor`, `Windsurf`, etc.
validations:
required: true
- type: input - type: input
id: platform id: platform
attributes: attributes:
@@ -26,11 +36,18 @@ body:
description: | description: |
For MacOS and Linux: copy the output of `uname -mprs` 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 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:
label: What issue are you seeing?
description: Please include the full error messages and prompts with PII redacted. If possible, please provide text instead of a screenshot.
validations:
required: true
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: What steps can reproduce the bug? label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it. description: Explain the bug and provide a code snippet that can reproduce it. Please include session id, token limit usage, context window usage if applicable.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@@ -38,11 +55,6 @@ body:
attributes: attributes:
label: What is the expected behavior? label: What is the expected behavior?
description: If possible, please provide text instead of a screenshot. description: If possible, please provide text instead of a screenshot.
- type: textarea
id: actual
attributes:
label: What do you see instead?
description: If possible, please provide text instead of a screenshot.
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes: