commit
This commit is contained in:
parent
b9e306320c
commit
943ecc44c1
79 changed files with 15959 additions and 1 deletions
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