chore: bug report form (#313)

This commit is contained in:
Fouad Matin
2025-04-18 00:19:33 -07:00
committed by GitHub
parent 6f3278eae8
commit 0d6a98f9af

View File

@@ -9,20 +9,19 @@ body:
value: | value: |
Thank you for submitting a bug report! It helps make Codex better for everyone. Thank you for submitting a bug report! It helps make Codex better for everyone.
If you need help or support using Codex, and are not reporting a bug, please If you need help or support using Codex, and are not reporting a bug, please post on [codex/discussions](https://github.com/openai/codex/discussions), where you can ask questions or engage with others on ideas for how to improve codex.
post on [codex/discussions](https://github.com/openai/codex/discussions), where you
can ask questions or engage with others on ideas for how to improve codex.
Make sure you are running the [latest](https://npmjs.com/package/@openai/codex) Make sure you are running the [latest](https://npmjs.com/package/@openai/codex) version of Codex CLI. The bug you are experiencing may already have been fixed.
version of Codex CLI. The bug you are experiencing may already have been fixed.
Please try to include as much information as possible. Please try to include as much information as possible.
- type: input - type: input
id: version
attributes: attributes:
label: What version of Codex is running? label: What version of Codex is running?
description: Copy the output of `codex --revision` description: Copy the output of `codex --revision`
- type: input - type: input
id: model
attributes: attributes:
label: Which model were you using? label: Which model were you using?
description: Like `gpt-4.1`, `o4-mini`, `o3`, etc. description: Like `gpt-4.1`, `o4-mini`, `o3`, etc.
@@ -33,20 +32,24 @@ body:
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 - type: textarea
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.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected
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 - type: textarea
id: actual
attributes: attributes:
label: What do you see instead? label: What do you see instead?
description: If possible, please provide text instead of a screenshot. description: If possible, please provide text instead of a screenshot.
- type: textarea - type: textarea
id: notes
attributes: attributes:
label: Additional information label: Additional information
description: Is there anything else you think we should know? description: Is there anything else you think we should know?