mirror of https://github.com/espruino/BangleApps
try #4
parent
00f1033321
commit
7f51ff79bc
|
@ -12,15 +12,15 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: searched
|
id: searched
|
||||||
attributes:
|
attributes:
|
||||||
label: agree searched
|
label: Agree searched
|
||||||
description: abc
|
description: Please search for (closed) issues
|
||||||
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: input
|
- type: input
|
||||||
id: devobject
|
id: devobject
|
||||||
attributes:
|
attributes:
|
||||||
label: development object
|
label: Development object
|
||||||
description: |
|
description: |
|
||||||
the foldername in 'BangleApps'
|
the foldername in 'BangleApps'
|
||||||
for generall issues create a generic issue, please.
|
for generall issues create a generic issue, please.
|
||||||
|
@ -29,16 +29,16 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: bangle
|
id: bangle
|
||||||
attributes:
|
attributes:
|
||||||
label: hwversion
|
label: Hardware version
|
||||||
description: Which Bangle hw version is affected?
|
description: Which Bangle hw version is affected?
|
||||||
options:
|
options:
|
||||||
- Bangle 1
|
- label: Bangle 1
|
||||||
- Bangle 2
|
- label: Bangle 2
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: and please mention expected behaviour
|
description: please also mention the expected behaviour.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
@ -47,16 +47,34 @@ 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: reproduce
|
||||||
# attributes:
|
attributes:
|
||||||
# label: Log file or log outp or screenshots
|
label:
|
||||||
# placeholder: |
|
description: Can be added here to make it more clear.
|
||||||
# logfile, logoutout or screen
|
placeholder: |
|
||||||
# - type: textarea
|
1. start app xy
|
||||||
# id: addional
|
2. choose abc
|
||||||
# attributes:
|
3. bug occurs
|
||||||
# label: Additional context
|
value: |
|
||||||
# description: for further helpfull information
|
1.
|
||||||
# placeholder: |
|
2.
|
||||||
# for further helpfull information
|
3.
|
||||||
|
...
|
||||||
|
- type: textarea
|
||||||
|
id: log_screens
|
||||||
|
attributes:
|
||||||
|
label: Log file / outpout / screenshots
|
||||||
|
description: Can be added here to make it more clear.
|
||||||
|
placeholder: |
|
||||||
|
logfile, logoutput or screendump.
|
||||||
|
|
||||||
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
|
Please avoid upload of sensitive data.
|
||||||
|
- type: textarea
|
||||||
|
id: addional
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: For further helpfull information.
|
||||||
|
placeholder: |
|
||||||
|
for further helpfull information
|
Loading…
Reference in New Issue