Skip to content

Commit 78f3f96

Browse files
authored
Update bug_report.yaml (#199)
Fix description + adding check for python library
1 parent 0f5e024 commit 78f3f96

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
id: non_python
11+
attributes:
12+
label: Confirm this is not an issue with the OpenAI Python Library
13+
description: Issues with the OpenAI Python Library should be reported in our [OpenAI Python SDK repo](https://github.com/openai/openai-python/issues)
14+
options:
15+
- label: This is not an issue with the OpenAI Python Library
16+
required: true
917
- type: checkboxes
1018
id: non_api
1119
attributes:
1220
label: Confirm this is not an issue with the underlying OpenAI API
1321
description: Issues with the underlying OpenAI API should be reported in our [Developer Community](https://community.openai.com/c/api/7)
1422
options:
15-
- label: This is an issue with the Python library
23+
- label: This is not an issue with the OpenAI API
1624
required: true
1725
- type: checkboxes
1826
id: non_azure
@@ -69,4 +77,4 @@ body:
6977
label: Library version
7078
placeholder:
7179
validations:
72-
required: true
80+
required: true

0 commit comments

Comments
 (0)