commit
This commit is contained in:
parent
b9e306320c
commit
943ecc44c1
79 changed files with 15959 additions and 1 deletions
56
node_modules/openai/.github/ISSUE_TEMPLATE/bug_report.yml
generated
vendored
Normal file
56
node_modules/openai/.github/ISSUE_TEMPLATE/bug_report.yml
generated
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is, and any additional context.
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Fetch a '...'
|
||||
2. Update the '....'
|
||||
3. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: code-snippets
|
||||
attributes:
|
||||
label: Code snippets
|
||||
description: If applicable, add code snippets to help explain your problem.
|
||||
render: JavaScript
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
placeholder: macOS
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: language-version
|
||||
attributes:
|
||||
label: Node version
|
||||
placeholder: Node v16.14.2
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: lib-version
|
||||
attributes:
|
||||
label: Library version
|
||||
placeholder: openai v3.0.1
|
||||
validations:
|
||||
required: true
|
7
node_modules/openai/.github/ISSUE_TEMPLATE/config.yml
generated
vendored
Normal file
7
node_modules/openai/.github/ISSUE_TEMPLATE/config.yml
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: OpenAI support
|
||||
url: https://help.openai.com/
|
||||
about: |
|
||||
Please only file issues here that you believe represent actual bugs or feature requests for the OpenAI Node library.
|
||||
If you're having general trouble with the OpenAI API, please visit our help center to get support.
|
20
node_modules/openai/.github/ISSUE_TEMPLATE/feature_request.yml
generated
vendored
Normal file
20
node_modules/openai/.github/ISSUE_TEMPLATE/feature_request.yml
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this library
|
||||
labels: ["feature-request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request!
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: Describe the feature or improvement you're requesting
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the feature request here.
|
Loading…
Add table
Add a link
Reference in a new issue