mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 06:39:52 +00:00
parent
4fad71882e
commit
b1b351b37e
14
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
14
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
@ -6,9 +6,11 @@ body:
|
|||||||
label: Checked
|
label: Checked
|
||||||
description: Please confirm and check all the following options.
|
description: Please confirm and check all the following options.
|
||||||
options:
|
options:
|
||||||
- label: I searched existing ideas and did not find a similar one.
|
- label: I searched existing ideas and did not find a similar one
|
||||||
required: true
|
required: true
|
||||||
- label: I added a very descriptive title to this idea.
|
- label: I added a very descriptive title
|
||||||
|
required: true
|
||||||
|
- label: I've clearly described the feature request and motivation for it
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-request
|
id: feature-request
|
||||||
@ -26,3 +28,11 @@ body:
|
|||||||
label: Motivation
|
label: Motivation
|
||||||
description: |
|
description: |
|
||||||
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
|
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
|
||||||
|
- type: textarea
|
||||||
|
id: proposal
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
attributes:
|
||||||
|
label: Proposal (If applicable)
|
||||||
|
description: |
|
||||||
|
If you would like to propose a solution, please describe it here.
|
||||||
|
Loading…
Reference in New Issue
Block a user