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 -