From f4dd25b748f6205fe6cae53c34a2010093880c2a Mon Sep 17 00:00:00 2001 From: Jasper Demmers Date: Sun, 15 Mar 2026 13:55:20 +0100 Subject: [PATCH] fix: Adjust templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 17 ----------------- 2 files changed, 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bcb69b2..108aeb6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,19 +3,6 @@ name: Bug Report description: Report a bug to help us improve type: bug body: - - type: dropdown - id: priority - attributes: - label: Priority - description: How critical is this bug? - options: - - P0 (Critical — pick up ASAP) - - P1 (High) - - P2 (Medium) - - P3 (Low) - validations: - required: true - - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8295ff9..0169fff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,23 +3,6 @@ name: Feature Request description: Suggest an idea or improvement type: feature body: - - type: dropdown - id: size - attributes: - label: Size - description: Estimated effort for this feature. - options: - - "Size:0" - - "Size:1" - - "Size:2" - - "Size:3" - - "Size:5" - - "Size:8" - - "Size:13" - - "Size:20" - validations: - required: true - - type: textarea id: description attributes: