From 4e803dbb45743d83a0452e222836d782fffeace3 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Wed, 11 Feb 2026 23:28:50 -0500 Subject: [PATCH] remove confirmations --- .../ISSUE_TEMPLATE/community_submission.yaml | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/community_submission.yaml b/.github/ISSUE_TEMPLATE/community_submission.yaml index 104aa8e..938843d 100644 --- a/.github/ISSUE_TEMPLATE/community_submission.yaml +++ b/.github/ISSUE_TEMPLATE/community_submission.yaml @@ -43,7 +43,7 @@ body: id: contributor_name attributes: label: Contributor Name - description: Your display name for attribution. Leave blank to use your GitHub username. Max 150 characters. + description: Your display name for attribution. Leave blank for no attribution. Max 150 characters. placeholder: "e.g., JamesBerry.com or leave blank" validations: required: false @@ -58,28 +58,6 @@ body: validations: required: true - - type: dropdown - id: submission_type - attributes: - label: What did you submit? - options: - - Single object - - Multiple objects (array) - validations: - required: true - - - type: checkboxes - id: confirmations - attributes: - label: Confirmations - options: - - label: "I confirm this is valid JSON (not JSONL) and matches the field names exactly." - required: true - - label: "I confirm `transponder_code_hex` values (if provided) are 6 hex characters." - required: true - - label: "I understand submissions are reviewed and may be rejected or require changes." - required: true - - type: textarea id: notes attributes: