Skip to content

Commit d9e4b65

Browse files
committed
Add bug report template
1 parent 95472a1 commit d9e4b65

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: Report an Issue or Bug with the OpenAI PHP Client
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please fill out the following information to help us resolve your issue.
10+
11+
Keep in mind that this package is a PHP wrapper for the OpenAI API. If you have a question about the API itself, please refer to the [OpenAI API Documentation](https://platform.openai.com/docs/introduction) or reach out to the [OpenAI Community Forum](https://community.openai.com/categories).
12+
- type: textarea
13+
attributes:
14+
label: Description
15+
description: Provide a detailed description of the issue you are facing.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: steps-to-reproduce
20+
attributes:
21+
label: Steps To Reproduce
22+
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue.
23+
validations:
24+
required: true
25+
- type: input
26+
id: client-version
27+
attributes:
28+
label: OpenAI PHP Client Version
29+
description: What version of our Package are you running? Please be as specific as possible
30+
placeholder: v0.7.10
31+
validations:
32+
required: true
33+
- type: input
34+
id: php-version
35+
attributes:
36+
label: PHP Version
37+
description: What version of PHP are you running? Please be as specific as possible
38+
placeholder: 8.1.20
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: notes
43+
attributes:
44+
label: Notes
45+
description: Use this field to provide any other notes that you feel might be relevant to the issue.
46+
validations:
47+
required: false

0 commit comments

Comments
 (0)