langflow/.github/ISSUE_TEMPLATE/feature-request.yaml
Carlos Coelho afc11e1fa7
feat: update bug report template for better issue reporting (#2727)
* feat: update bug report template for better issue reporting

* feat: Update bug report template for better issue reporting

* Create bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update and rename bug-report.yaml to bug-report

* Rename bug-report to bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Create feature-request.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update bug-report.yaml

* Update feature-request.yaml

* Update bug-report.yaml

* Delete .github/ISSUE_TEMPLATE/bug_report.yaml

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-16 07:45:30 -07:00

30 lines
1.1 KiB
YAML

name: "🚀 Feature Request"
description: Submit a proposal/request for a new Langflow 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. Please provide any relevant links to papers, code, or other resources that support your proposal.
- 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 it here as well.
- 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 guidelines for Langflow before proceeding.