forked from FOSS/BangleApps
simplified
parent
f3a6351b55
commit
eb287c290a
|
@ -14,18 +14,18 @@ body:
|
||||||
id: searched
|
id: searched
|
||||||
attributes:
|
attributes:
|
||||||
label: agree searched
|
label: agree searched
|
||||||
description:
|
description: abc
|
||||||
options:
|
options:
|
||||||
label: I confirm that I have searched the forum and also for similiar bugs.
|
label: I confirm that I have searched the forum and also for similiar bugs.
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
# - type: checkboxes
|
||||||
id: bangle
|
# id: bangle
|
||||||
attributes:
|
# attributes:
|
||||||
label: hwversion
|
# label: hwversion
|
||||||
description: Which Bangle hw version is affected?
|
# description: Which Bangle hw version is affected?
|
||||||
options:
|
# options:
|
||||||
- Bangle 1
|
# - Bangle 1
|
||||||
- Bangle 2
|
# - Bangle 2
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -39,16 +39,16 @@ body:
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
# - type: textarea
|
||||||
id: log_screens
|
# id: log_screens
|
||||||
attributes:
|
# attributes:
|
||||||
label: Log file or log outp or screenshots
|
# label: Log file or log outp or screenshots
|
||||||
placeholder: |
|
# placeholder: |
|
||||||
logfile, logoutout or screen
|
# logfile, logoutout or screen
|
||||||
- type: textarea
|
# - type: textarea
|
||||||
id: addional
|
# id: addional
|
||||||
attributes:
|
# attributes:
|
||||||
label: Additional context
|
# label: Additional context
|
||||||
description: for further helpfull information
|
# description: for further helpfull information
|
||||||
placeholder: |
|
# placeholder: |
|
||||||
for further helpfull information
|
# for further helpfull information
|
Loading…
Reference in New Issue