mirror of https://github.com/espruino/BangleApps
bug custom form fix
parent
e92dd3d830
commit
35b41f2eed
|
@ -1,20 +1,28 @@
|
||||||
name: Bangle Bug custom form
|
name: Bangle Bug report
|
||||||
about: 'Bangle: Create a report to help us improve!'
|
description: Bangle: Create a report to help us improve!
|
||||||
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock]
|
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock]
|
||||||
title"
|
title"
|
||||||
labels: bug
|
labels: ["bug"]
|
||||||
assignees: ''
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### If you have a question then
|
### If you have a question then
|
||||||
### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! **
|
### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! **
|
||||||
- type: dropdown
|
- type: checkboxes
|
||||||
|
id: searched
|
||||||
|
attributes:
|
||||||
|
label: agree searched
|
||||||
|
description:
|
||||||
|
options:
|
||||||
|
label: I confirm that I have searched the forum and also for similiar bugs.
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
id: bangle
|
id: bangle
|
||||||
attributes:
|
attributes:
|
||||||
label: version
|
label: hwversion
|
||||||
description: Bangle version?
|
description: Which Bangle hw version is affected?
|
||||||
options:
|
options:
|
||||||
- Bangle 1
|
- Bangle 1
|
||||||
- Bangle 2
|
- Bangle 2
|
||||||
|
|
|
@ -1,46 +0,0 @@
|
||||||
---
|
|
||||||
name: Bangle Bug report
|
|
||||||
about: 'Bangle: Create a report to help us improve!'
|
|
||||||
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock]
|
|
||||||
title"
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
### If you have a question then
|
|
||||||
### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! **
|
|
||||||
- type: dropdown
|
|
||||||
id: bangle
|
|
||||||
attributes:
|
|
||||||
label: version
|
|
||||||
description: Bangle version?
|
|
||||||
options:
|
|
||||||
- Bangle 1
|
|
||||||
- Bangle 2
|
|
||||||
- type: textarea
|
|
||||||
id: report
|
|
||||||
attributes:
|
|
||||||
label: Bug description
|
|
||||||
description: and please mention expected behaviour
|
|
||||||
placeholder: |
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
- type: textarea
|
|
||||||
id: log_screens
|
|
||||||
attributes:
|
|
||||||
label: Log file or log outp or screenshots
|
|
||||||
placeholder: |
|
|
||||||
logfile, logoutout or screen
|
|
||||||
- type: textarea
|
|
||||||
id: addional
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: for further helpfull information
|
|
||||||
placeholder: |
|
|
||||||
for further helpfull information
|
|
||||||
---
|
|
Loading…
Reference in New Issue