mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:02:25 +00:00
refactor: rollback dletion for gitignore and actions
This commit is contained in:
parent
9783b6a8a3
commit
51666d19db
23 changed files with 1403 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
name: 🚀 Feature request
|
||||
description: Request a new llama-stack feature
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature-pitch
|
||||
attributes:
|
||||
label: 🚀 Describe the new functionality needed
|
||||
description: >
|
||||
A clear and concise description of _what_ needs to be built.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: feature-motivation
|
||||
attributes:
|
||||
label: 💡 Why is this needed? What if we don't build it?
|
||||
description: >
|
||||
A clear and concise description of _why_ this functionality is needed.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: other-thoughts
|
||||
attributes:
|
||||
label: Other thoughts
|
||||
description: >
|
||||
Any thoughts about how this may result in complexity in the codebase, or other trade-offs.
|
||||
Loading…
Add table
Add a link
Reference in a new issue