Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/01_question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Question
description: Ask a question about this library or its usage
title: "[QUESTION]"
labels: ['needs-triage']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to ask your question!
- type: textarea
id: background
attributes:
label: How can we help?
description: A clear and concise description of the question that you would like answered.
validations:
required: true
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
name: Bug report
description: Report an issue or bug with this library
labels: ['bug']
title: "[BUG]"
labels: ['needs-triage']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: service-kind
attributes:
label: Service
description: Select whether you are using OpenAI or Azure OpenAI
options:
- OpenAI
- Azure OpenAI
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand Down Expand Up @@ -47,7 +38,7 @@ body:
id: os
attributes:
label: OS
placeholder: winOS
placeholder: Windows, macOS, Linux, etc.
validations:
required: true
- type: input
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
name: Feature request
description: Suggest an idea for this library
labels: ['feature-request']
title: "[FEATURE REQ]"
labels: ['needs-triage']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: checkboxes
id: non_api
attributes:
label: Confirm this is a feature request for the .NET library and not the underlying OpenAI API
description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
options:
- label: This is a feature request for the .NET library
required: true
- type: textarea
id: feature
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: OpenAI support
url: https://help.openai.com/
Expand Down