From 8e9f71cfab10393ce1f1a15924eb53add4960901 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Mon, 21 Oct 2024 15:47:06 +0300 Subject: [PATCH] chore: use issue type for issue templates --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 1 + .github/ISSUE_TEMPLATE/2-feature-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 250211b..5989f72 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -2,6 +2,7 @@ name: "🐞 - Bug Report" title: "🐞 - " description: Report a bug labels: ["bug", "state: need triage"] +type: Bug body: - type: input diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 97f32df..62208ce 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -2,6 +2,7 @@ name: "🚀 - Feature Request" title: "🚀 - " description: Suggest a feature labels: ["feature", "state: need triage"] +type: Feature body: - type: textarea