openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-codeinterpretertoolcontainer

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/03_feature_request.yaml

21lines · modecode

1name: Feature request
2description: Suggest an idea for this library
3title: "[FEATURE REQ]"
4labels: ['needs-triage']
5body:
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.