forked from FOSS/BangleApps
fixed title :
parent
eb287c290a
commit
ef4e6a9a2f
|
@ -1,7 +1,6 @@
|
||||||
name: Bangle Bug report
|
name: Bangle Bug report
|
||||||
description: Bangle: Create a report to help us improve!
|
description: "Bangle: Create a report to help us improve!"
|
||||||
title: "[Bug]: "
|
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock] title"
|
||||||
#title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock] title"
|
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
|
@ -18,14 +17,23 @@ body:
|
||||||
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: input
|
||||||
# id: bangle
|
id: devobject
|
||||||
# attributes:
|
attributes:
|
||||||
# label: hwversion
|
label: development object
|
||||||
# description: Which Bangle hw version is affected?
|
description: |
|
||||||
# options:
|
the foldername in 'BangleApps'
|
||||||
# - Bangle 1
|
for generall issues create a generic issue, please.
|
||||||
# - Bangle 2
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: bangle
|
||||||
|
attributes:
|
||||||
|
label: hwversion
|
||||||
|
description: Which Bangle hw version is affected?
|
||||||
|
options:
|
||||||
|
- Bangle 1
|
||||||
|
- Bangle 2
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue