mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
The current bug template uses CLI-specific instructions for getting the version. The current feature template doesn't ask the user to provide the Codex variant (surface) they are using. This PR addresses these problems.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
name: 🎁 Feature Request
|
|
description: Propose a new feature for Codex
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Is Codex missing a feature that you'd like to see? Feel free to propose it here.
|
|
|
|
Before you submit a feature:
|
|
1. Search existing issues for similar features. If you find one, 👍 it rather than opening a new one.
|
|
2. The Codex team will try to balance the varying needs of the community when prioritizing or rejecting new features. Not all features will be accepted. See [Contributing](https://github.com/openai/codex#contributing) for more details.
|
|
|
|
- type: input
|
|
id: variant
|
|
attributes:
|
|
label: What variant of Codex are you using?
|
|
description: (e.g., CLI, App, IDE Extension, Web)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: What feature would you like to see?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else you think we should know?
|