File tree 3 files changed +68
-0
lines changed
3 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Create a report to help us improve
3
+ labels : ["bug"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thanks for taking the time to fill out this bug report!
9
+ - type : textarea
10
+ id : what-happened
11
+ attributes :
12
+ label : Describe the bug
13
+ description : A clear and concise description of what the bug is, and any additional context.
14
+ placeholder : Tell us what you see!
15
+ validations :
16
+ required : true
17
+ - type : textarea
18
+ id : repro-steps
19
+ attributes :
20
+ label : To Reproduce
21
+ description : Steps to reproduce the behavior.
22
+ placeholder : |
23
+ 1. Fetch a '...'
24
+ 2. Update the '....'
25
+ 3. See error
26
+ validations :
27
+ required : true
28
+ - type : input
29
+ id : os
30
+ attributes :
31
+ label : OS
32
+ placeholder : macOS
33
+ validations :
34
+ required : false
35
+ - type : input
36
+ id : language-version
37
+ attributes :
38
+ label : Node version
39
+ placeholder : Node v16.14.2
40
+ validations :
41
+ required : false
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : OpenAI support
4
+ url : https://help.openai.com/
5
+ about : |
6
+ Please only file issues here that you believe represent actual bugs or feature requests for the OpenAI Node.js Quickstart.
7
+ If you're having general trouble with the OpenAI API, please visit our help center to get support.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea for this project
3
+ labels : ["feature-request"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thanks for taking the time to fill out this feature request!
9
+ - type : textarea
10
+ id : feature
11
+ attributes :
12
+ label : Describe the feature or improvement you're requesting
13
+ description : A clear and concise description of what you want to happen.
14
+ validations :
15
+ required : true
16
+ - type : textarea
17
+ id : context
18
+ attributes :
19
+ label : Additional context
20
+ description : Add any other context about the feature request here.
You can’t perform that action at this time.
0 commit comments