Skip to content

Commit 8ab2c3c

Browse files
committed
issue templates
1 parent 259a13a commit 8ab2c3c

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

.github/ISSUE_TEMPLATE/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)