You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
387 B
18 lines
387 B
3 years ago
|
---
|
||
|
name: Sophia Script 🐛
|
||
|
description: Report errors or unexpected behavior 🤔
|
||
|
body:
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Your favorite cat
|
||
|
placeholder: "Examples: Garfield, Maru, Mr. Mistoffolees"
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
attributes:
|
||
|
label: How many rooms in your house are dedicated to cats?
|
||
|
options:
|
||
|
- 1
|
||
|
- 2
|
||
|
- All of them
|