From 5e99cbe45d46101a23013ab905adcdd186a50b93 Mon Sep 17 00:00:00 2001 From: DevDyna <78147916+DevDyna@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:08:52 +0100 Subject: [PATCH] Update feature-request.yaml --- .github/ISSUE_TEMPLATE/feature-request.yaml | 39 ++------------------- 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index feeb58b..92c8cd6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -3,44 +3,11 @@ description: You found a bug labels: [bug] assignees: DevDyna body: - - type: checkboxes - id: check-base - attributes: - label: Check Base - description: base-desc - options: - - label: 1-label required - required: true - - label: 2-label required - required: true - - - type: dropdown - id: list-selection - attributes: - label: List Selection - description: list-desc - options: - - 0 - - 1 - - 2 - validations: - required: true - - - type: input - id: text-box - attributes: - label: Text Box - placeholder: example - description: desc-box - validations: - required: true - - type: textarea id: large-text-box attributes: - label: Large Text Box - description: desc-large-box - placeholder: example + label: Description + description: Describe what you want that i add on this project + placeholder: validations: required: true -