openai/openai-python
Publicmirrored fromhttps://github.com/openai/openai-pythonAvailable
.github/ISSUE_TEMPLATE/feature_request.yml
20lines · modecode
| 1 | name: Feature request |
| 2 | description: Suggest an idea for this library |
| 3 | labels: ["feature-request"] |
| 4 | body: |
| 5 | - type: markdown |
| 6 | attributes: |
| 7 | value: | |
| 8 | Thanks for taking the time to fill out this feature request! Please note, we are not able to accommodate all feature requests given limited bandwidth but we appreciate you taking the time to share with us how to improve the OpenAI Python library. |
| 9 | - type: textarea |
| 10 | id: feature |
| 11 | attributes: |
| 12 | label: Describe the feature or improvement you're requesting |
| 13 | description: A clear and concise description of what you want to happen. |
| 14 | validations: |
| 15 | required: true |
| 16 | - type: textarea |
| 17 | id: context |
| 18 | attributes: |
| 19 | label: Additional context |
| 20 | description: Add any other context about the feature request here. |