openai/openai-python
Publicmirrored fromhttps://github.com/openai/openai-pythonAvailable
.github/ISSUE_TEMPLATE/feature_request.yml
28lines · 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! |
| 9 | - type: checkboxes |
| 10 | id: non_api |
| 11 | attributes: |
| 12 | label: Confirm this is a feature request for the Python library and not the underlying OpenAI API. |
| 13 | description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7) |
| 14 | options: |
| 15 | - label: This is a feature request for the Python library |
| 16 | required: true |
| 17 | - type: textarea |
| 18 | id: feature |
| 19 | attributes: |
| 20 | label: Describe the feature or improvement you're requesting |
| 21 | description: A clear and concise description of what you want to happen. |
| 22 | validations: |
| 23 | required: true |
| 24 | - type: textarea |
| 25 | id: context |
| 26 | attributes: |
| 27 | label: Additional context |
| 28 | description: Add any other context about the feature request here. |
| 29 | |