From 5dde1f51be9ee1003895673b390eb103aa89674a Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Tue, 4 Feb 2025 15:13:01 -0500 Subject: [PATCH] github: issue templates automatically apply relevant label Signed-off-by: Nathan Weinberg --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1f7dabb9f..a5de5900f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Create a report to help us reproduce and fix the bug - +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index cabf46d6e..ae1b66daa 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: 🚀 Feature request description: Request a new llama-stack feature - +labels: ["enhancement"] body: - type: textarea id: feature-pitch