From 10013ba804661ecb99337b3cfc7dd4eaed6931e1 Mon Sep 17 00:00:00 2001 From: Branimir Georgiev Date: Sun, 26 Apr 2026 09:06:14 +0300 Subject: [PATCH] chore: fix issue template labels to match label names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - spike.md: question → spike - task.md: enhancement → task Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/spike.md | 2 +- .github/ISSUE_TEMPLATE/task.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/spike.md b/.github/ISSUE_TEMPLATE/spike.md index 9ba40df..57cab2f 100644 --- a/.github/ISSUE_TEMPLATE/spike.md +++ b/.github/ISSUE_TEMPLATE/spike.md @@ -2,7 +2,7 @@ name: Spike about: Research or exploration — output is a decision or ADR title: "" -labels: question +labels: spike assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index 53d369a..e0f79bd 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -2,7 +2,7 @@ name: Task about: Atomic implementable unit of work title: "" -labels: enhancement +labels: task assignees: "" ---