From fe8f863052bac3c43ca3e2fa10f8df1edcc799bc Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:29:55 -0700 Subject: [PATCH] Simplify remaining Orca issue forms --- .github/ISSUE_TEMPLATE/feature_request.yml | 11 +---------- .github/ISSUE_TEMPLATE/other.yml | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 51d8ada2..5becf91d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,20 +9,11 @@ body: value: | Use this form for new features or workflow improvements. - - type: input - id: summary - attributes: - label: Summary - description: Short description of the feature request - placeholder: Add a way to pin frequently used repositories - validations: - required: true - - type: textarea id: problem attributes: label: Problem or use case - description: What are you trying to do, and what is missing today? + description: What are you trying to do, and what is missing today? Include a short summary here too. placeholder: It is hard to switch between the same few repositories throughout the day. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 8ea4dcb8..b59ddd5f 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -2,19 +2,10 @@ name: Other description: Report another Orca issue type title: "[Other]: " body: - - type: input - id: summary - attributes: - label: Summary - description: Briefly describe the issue - placeholder: Docs are missing setup steps for ... - validations: - required: true - - type: textarea id: details attributes: label: Details - description: Share the context, request, or issue + description: Share the context, request, or issue. Include a short summary here too. validations: required: true