Skip to content

Commit

Permalink
Update simple-text.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDyna authored Dec 6, 2024
1 parent 4a467f1 commit b288c0e
Showing 1 changed file with 7 additions and 40 deletions.
47 changes: 7 additions & 40 deletions .github/ISSUE_TEMPLATE/simple-text.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,13 @@
name: Simple Text
description: You found a bug
labels: [bug]
name: Question
description: You need help
labels: [question]
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: Free Text Area
description:
placeholder:
validations:
required: true

required: true

0 comments on commit b288c0e

Please sign in to comment.