mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Simplify feature request ISSUE template
This commit is contained in:
parent
d97cfaa9d9
commit
31e983ab68
1 changed files with 11 additions and 14 deletions
25
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
25
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -1,31 +1,28 @@
|
||||||
name: 🚀 Feature request
|
name: 🚀 Feature request
|
||||||
description: Submit a proposal/request for a new llama-stack feature
|
description: Request a new llama-stack feature
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-pitch
|
id: feature-pitch
|
||||||
attributes:
|
attributes:
|
||||||
label: 🚀 The feature, motivation and pitch
|
label: 🚀 Describe the new functionality needed
|
||||||
description: >
|
description: >
|
||||||
A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too.
|
A clear and concise description of _what_ needs to be built.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: alternatives
|
id: feature-motivation
|
||||||
attributes:
|
attributes:
|
||||||
label: Alternatives
|
label: 💡 Why is this needed? What if we don't build it?
|
||||||
description: >
|
description: >
|
||||||
A description of any alternative solutions or features you've considered, if any.
|
A clear and concise description of _why_ this functionality is needed.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-context
|
id: other-thoughts
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Other thoughts
|
||||||
description: >
|
description: >
|
||||||
Add any other context or screenshots about the feature request.
|
Any thoughts about how this may result in complexity in the codebase, or other trade-offs.
|
||||||
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: >
|
|
||||||
Thanks for contributing 🎉!
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue