mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 06:52:28 +00:00
chore: add issue template for technical debt
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
aa0840c281
commit
a8e52264ff
1 changed files with 30 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/tech-debt.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/tech-debt.yml
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
name: 🔧 Tech Debt
|
||||||
|
description: Something that is functional but should be improved or optimizied
|
||||||
|
labels: ["tech-debt"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: tech-debt-explanation
|
||||||
|
attributes:
|
||||||
|
label: 🤔 What is the technical debt you think should be addressed?
|
||||||
|
description: >
|
||||||
|
A clear and concise description of _what_ needs to be addressed - ensure you are describing
|
||||||
|
constitutes [technical debt](https://en.wikipedia.org/wiki/Technical_debt) and is not a bug
|
||||||
|
or feature request.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: tech-debt-motivation
|
||||||
|
attributes:
|
||||||
|
label: 💡 What is the benefit of addressing this technical debt?
|
||||||
|
description: >
|
||||||
|
A clear and concise description of _why_ this work 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