Skip to content

Commit 01d6d76

Browse files
authored
Updating issue templates and configuration (#477)
1 parent f408a00 commit 01d6d76

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Question
2+
description: Ask a question about this library or its usage
3+
title: "[QUESTION]"
4+
labels: ['needs-triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to ask your question!
10+
- type: textarea
11+
id: background
12+
attributes:
13+
label: How can we help?
14+
description: A clear and concise description of the question that you would like answered.
15+
validations:
16+
required: true

.github/ISSUE_TEMPLATE/bug_report.yaml renamed to .github/ISSUE_TEMPLATE/02_bug_report.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
name: Bug report
22
description: Report an issue or bug with this library
3-
labels: ['bug']
3+
title: "[BUG]"
4+
labels: ['needs-triage']
45
body:
56
- type: markdown
67
attributes:
78
value: |
89
Thanks for taking the time to fill out this bug report!
9-
- type: dropdown
10-
id: service-kind
11-
attributes:
12-
label: Service
13-
description: Select whether you are using OpenAI or Azure OpenAI
14-
options:
15-
- OpenAI
16-
- Azure OpenAI
17-
validations:
18-
required: true
1910
- type: textarea
2011
id: what-happened
2112
attributes:
@@ -47,7 +38,7 @@ body:
4738
id: os
4839
attributes:
4940
label: OS
50-
placeholder: winOS
41+
placeholder: Windows, macOS, Linux, etc.
5142
validations:
5243
required: true
5344
- type: input

.github/ISSUE_TEMPLATE/feature_request.yaml renamed to .github/ISSUE_TEMPLATE/03_feature_request.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
name: Feature request
22
description: Suggest an idea for this library
3-
labels: ['feature-request']
3+
title: "[FEATURE REQ]"
4+
labels: ['needs-triage']
45
body:
56
- type: markdown
67
attributes:
78
value: |
89
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 .NET 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 .NET library
16-
required: true
1710
- type: textarea
1811
id: feature
1912
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: OpenAI support
44
url: https://help.openai.com/

0 commit comments

Comments
 (0)