openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
.github/ISSUE_TEMPLATE/03_feature_request.yaml
21lines · modecode
| 1 | name: Feature request |
| 2 | description: Suggest an idea for this library |
| 3 | title: "[FEATURE REQ]" |
| 4 | labels: ['needs-triage'] |
| 5 | body: |
| 6 | - type: markdown |
| 7 | attributes: |
| 8 | value: | |
| 9 | Thanks for taking the time to fill out this feature request! |
| 10 | - type: textarea |
| 11 | id: feature |
| 12 | attributes: |
| 13 | label: Describe the feature or improvement you are requesting |
| 14 | description: A clear and concise description of what you want to happen. |
| 15 | validations: |
| 16 | required: true |
| 17 | - type: textarea |
| 18 | id: context |
| 19 | attributes: |
| 20 | label: Additional context |
| 21 | description: Add any other context about the feature request here. |