Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -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