File tree 3 files changed +28
-1
lines changed
3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug report
2
- description : Create a report to help us improve
2
+ description : Report an issue or bug with this library
3
3
labels : ['bug']
4
4
body :
5
5
- type : markdown
6
6
attributes :
7
7
value : |
8
8
Thanks for taking the time to fill out this bug report!
9
+ - type : checkboxes
10
+ id : non_api
11
+ attributes :
12
+ label : Confirm this is a Node library issue and not an underlying OpenAI API issue
13
+ description : Issues with the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14
+ options :
15
+ - label : This is an issue with the Node library
16
+ required : true
9
17
- type : textarea
10
18
id : what-happened
11
19
attributes :
Original file line number Diff line number Diff line change 6
6
attributes :
7
7
value : |
8
8
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 Node 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 Node library
16
+ required : true
9
17
- type : textarea
10
18
id : feature
11
19
attributes :
Original file line number Diff line number Diff line change
1
+ <!-- Thank you for contributing to this project! -->
2
+ <!-- The code in this repository is all auto-generated, and is not meant to be edited manually. -->
3
+ <!-- We recommend opening an Issue instead, but you are still welcome to open a PR to share for -->
4
+ <!-- an improvement if you wish, just note that we are unlikely to merge it as-is. -->
5
+
6
+ - [ ] I understand that this repository is auto-generated and my pull request may not be merged
7
+
8
+ ## Changes being requested
9
+
10
+
11
+ ## Additional context & links
You can’t perform that action at this time.
0 commit comments