mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
chore: add issue template for docs updates
to further refine our issue backlog, create a template for maintainers/contributors/users to open issues related to our documentation Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
19123ca957
commit
f22cd3fac7
1 changed files with 28 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
name: 📚 Documentation Update
|
||||||
|
description: Suggest a fix or addition to the Llama Stack documentation
|
||||||
|
labels: ["documentation"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: doc-update-explanation
|
||||||
|
attributes:
|
||||||
|
label: 🤔 What is the documentation fix or addition you think should be addressed?
|
||||||
|
description: >
|
||||||
|
A clear and concise description of _what_ needs to be addressed.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: doc-update-motivation
|
||||||
|
attributes:
|
||||||
|
label: 💡 What is the benefit of adding this to the documentation?
|
||||||
|
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 other related thoughts you may have.
|
Loading…
Add table
Add a link
Reference in a new issue