Skip to content

Commit

Permalink
Update bug_report.yaml (#199)
Browse files Browse the repository at this point in the history
Fix description + adding check for python library
  • Loading branch information
RogerBarreto authored Aug 31, 2024
1 parent 0f5e024 commit 78f3f96
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: non_python
attributes:
label: Confirm this is not an issue with the OpenAI Python Library
description: Issues with the OpenAI Python Library should be reported in our [OpenAI Python SDK repo](https://github.com/openai/openai-python/issues)
options:
- label: This is not an issue with the OpenAI Python Library
required: true
- type: checkboxes
id: non_api
attributes:
label: Confirm this is not an issue with the underlying OpenAI API
description: Issues with the underlying OpenAI API should be reported in our [Developer Community](https://community.openai.com/c/api/7)
options:
- label: This is an issue with the Python library
- label: This is not an issue with the OpenAI API
required: true
- type: checkboxes
id: non_azure
Expand Down Expand Up @@ -69,4 +77,4 @@ body:
label: Library version
placeholder:
validations:
required: true
required: true

0 comments on commit 78f3f96

Please sign in to comment.