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: