diff --git a/.github/ISSUE_TEMPLATE/1-codex-app.yml b/.github/ISSUE_TEMPLATE/1-codex-app.yml new file mode 100644 index 000000000..569094907 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-codex-app.yml @@ -0,0 +1,47 @@ +name: πŸ–₯️ Codex App Bug +description: Report an issue with the Codex App +labels: + - app +body: + - type: markdown + attributes: + value: | + Before submitting a new issue, please search for existing issues to see if your issue has already been reported. + If it has, please add a πŸ‘ reaction (no need to leave a comment) to the existing issue instead of creating a new one. + + - type: input + id: version + attributes: + label: What version of the Codex App are you using (From β€œAbout Codex” dialog)? + validations: + required: true + - type: input + id: plan + attributes: + label: What subscription do you have? + validations: + required: true + - 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 + id: steps + attributes: + label: What steps can reproduce the bug? + 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: + required: true + - type: textarea + id: expected + attributes: + label: What is the expected behavior? + description: If possible, please provide text instead of a screenshot. + - type: textarea + id: notes + attributes: + label: Additional information + description: Is there anything else you think we should know? diff --git a/.github/ISSUE_TEMPLATE/5-vs-code-extension.yml b/.github/ISSUE_TEMPLATE/2-extension.yml similarity index 83% rename from .github/ISSUE_TEMPLATE/5-vs-code-extension.yml rename to .github/ISSUE_TEMPLATE/2-extension.yml index 52da6a7ca..599bc08b4 100644 --- a/.github/ISSUE_TEMPLATE/5-vs-code-extension.yml +++ b/.github/ISSUE_TEMPLATE/2-extension.yml @@ -1,8 +1,7 @@ -name: πŸ§‘β€πŸ’» VS Code Extension -description: Report an issue with the VS Code extension +name: πŸ§‘β€πŸ’» IDE Extension Bug +description: Report an issue with the IDE extension labels: - extension - - needs triage body: - type: markdown attributes: @@ -13,7 +12,7 @@ body: - type: input id: version attributes: - label: What version of the VS Code extension are you using? + label: What version of the IDE extension are you using? validations: required: true - type: input @@ -34,20 +33,20 @@ body: attributes: label: What platform is your computer? 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 - 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. + 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 id: steps attributes: label: What steps can reproduce the bug? - 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. + description: Explain the bug and provide a code snippet that can reproduce it. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/3-cli.yml similarity index 69% rename from .github/ISSUE_TEMPLATE/2-bug-report.yml rename to .github/ISSUE_TEMPLATE/3-cli.yml index 2d5ec2ad3..03d939103 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/3-cli.yml @@ -1,5 +1,5 @@ -name: πŸͺ² Bug Report -description: Report an issue that should be fixed +name: πŸͺ² CLI Bug +description: Report an issue in the Codex CLI labels: - bug - needs triage @@ -7,19 +7,16 @@ body: - type: markdown attributes: value: | - 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 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. + Before submitting a new issue, please search for existing issues to see if your issue has already been reported. + If it has, please add a πŸ‘ reaction (no need to leave a comment) to the existing issue instead of creating a new one. 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. - Please try to include as much information as possible. - - type: input id: version attributes: - label: What version of Codex is running? - description: (App) look in "About Codex" dialog; (CLI) use `codex --version`; (IDE Extension) look in extensions panel. + label: What version of Codex CLI is running? + description: use `codex --version` validations: required: true - type: input @@ -32,13 +29,13 @@ body: id: model attributes: label: Which model were you using? - description: Like `gpt-4.1`, `o4-mini`, `o3`, etc. + description: Like `gpt-5.2`, `gpt-5.2-codex`, etc. - type: input id: platform attributes: label: What platform is your computer? 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 - type: input id: terminal @@ -58,7 +55,7 @@ body: id: steps attributes: label: What steps can reproduce the bug? - 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. + description: Explain the bug and provide a code snippet that can reproduce it. Please include thread id if applicable. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/4-bug-report.yml b/.github/ISSUE_TEMPLATE/4-bug-report.yml new file mode 100644 index 000000000..4de884146 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-bug-report.yml @@ -0,0 +1,37 @@ +name: πŸͺ² Other Bug +description: Report an issue in Codex Web, integrations, or other Codex components +labels: + - bug +body: + - type: markdown + attributes: + value: | + Before submitting a new issue, please search for existing issues to see if your issue has already been reported. + If it has, please add a πŸ‘ reaction (no need to leave a comment) to the existing issue instead of creating a new one. + + 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. + + - 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 + id: steps + attributes: + label: What steps can reproduce the bug? + description: Explain the bug and provide a code snippet that can reproduce it. + validations: + required: true + - type: textarea + id: expected + attributes: + label: What is the expected behavior? + description: If possible, please provide text instead of a screenshot. + - type: textarea + id: notes + attributes: + label: Additional information + description: Is there anything else you think we should know? diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.yml b/.github/ISSUE_TEMPLATE/5-feature-request.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/4-feature-request.yml rename to .github/ISSUE_TEMPLATE/5-feature-request.yml index 780fbfab3..55ff9fbbc 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/5-feature-request.yml @@ -16,7 +16,7 @@ body: id: variant attributes: label: What variant of Codex are you using? - description: (e.g., CLI, App, IDE Extension, Web) + description: (e.g., App, IDE Extension, CLI, Web) validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-docs-issue.yml b/.github/ISSUE_TEMPLATE/6-docs-issue.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/3-docs-issue.yml rename to .github/ISSUE_TEMPLATE/6-docs-issue.yml