mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
a363ab5292
### Description renamed several repository links from `hwchase17` to `langchain-ai`. ### Why I discovered that the README file in the devcontainer contains an old repository name, so I took the opportunity to rename the old repository name in all files within the repository, excluding those that do not require changes. ### Dependencies none ### Tag maintainer @baskaryan ### Twitter handle [kzk_maeda](https://twitter.com/kzk_maeda)
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
name: "\U0001F680 Feature request"
|
|
description: Submit a proposal/request for a new LangChain feature
|
|
labels: ["02 Feature Request"]
|
|
body:
|
|
- type: textarea
|
|
id: feature-request
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Feature request
|
|
description: |
|
|
A clear and concise description of the feature proposal. Please provide links to any relevant GitHub repos, papers, or other resources if relevant.
|
|
|
|
- type: textarea
|
|
id: motivation
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Motivation
|
|
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.
|
|
|
|
- type: textarea
|
|
id: contribution
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Your contribution
|
|
description: |
|
|
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md)
|