31 lines
989 B
YAML
31 lines
989 B
YAML
name: "🚀 Feature request"
|
|
description: Submit a proposal/request for a new transformers.js feature
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: feature-request
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Feature request
|
|
description: |
|
|
A clear and concise description of the feature proposal. If the feature is already part of the [Transformers](https://github.com/huggingface/transformers) library, please provide relevant links or example usage.
|
|
|
|
- type: textarea
|
|
id: motivation
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Motivation
|
|
description: |
|
|
Please outline the motivation for the proposal. Why is it important that we add this feature? What is your intended use case?
|
|
|
|
- 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?
|