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