From 4a58f09300d58f00dd810738d30fe8083ba3aad7 Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Sat, 8 Aug 2026 12:57:34 +0900 Subject: [PATCH] Configure issue types for issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/dns_provider_request.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 524ccecc..2d153ed4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,7 @@ description: Create a report to help us improve title: "[Bug]: " labels: - bug +type: Bug assignees: - shibayan body: diff --git a/.github/ISSUE_TEMPLATE/dns_provider_request.yml b/.github/ISSUE_TEMPLATE/dns_provider_request.yml index 2d6b5532..13ece5b6 100644 --- a/.github/ISSUE_TEMPLATE/dns_provider_request.yml +++ b/.github/ISSUE_TEMPLATE/dns_provider_request.yml @@ -3,6 +3,7 @@ description: Request support for a new DNS provider title: "[DNS Provider]: " labels: - enhancement +type: Feature assignees: - shibayan body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 32afe457..47dc4780 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,6 +3,7 @@ description: Suggest an idea for this project title: "[Feature]: " labels: - enhancement +type: Feature assignees: - shibayan body: