github: issue templates automatically apply relevant label

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-02-04 15:13:01 -05:00
parent 7392daddee
commit 5dde1f51be
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: 🐛 Bug Report name: 🐛 Bug Report
description: Create a report to help us reproduce and fix the bug description: Create a report to help us reproduce and fix the bug
labels: ["bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,6 +1,6 @@
name: 🚀 Feature request name: 🚀 Feature request
description: Request a new llama-stack feature description: Request a new llama-stack feature
labels: ["enhancement"]
body: body:
- type: textarea - type: textarea
id: feature-pitch id: feature-pitch