mirror of https://github.com/veops/cmdb.git
add .github templates
This commit is contained in:
parent
d23658769e
commit
ee45b73889
|
@ -20,7 +20,7 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: aspects
|
id: aspects
|
||||||
attributes:
|
attributes:
|
||||||
label: bug is related to UI or API aspects?
|
label: This bug is related to UI or API?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- UI
|
- UI
|
||||||
|
@ -34,12 +34,12 @@ body:
|
||||||
value: "A bug happened!"
|
value: "A bug happened!"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of our software are you running?
|
description: What version of our software are you running?
|
||||||
value: "2.3.5"
|
value: "newest"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
|
@ -34,11 +34,11 @@ body:
|
||||||
value: "everyone wants this feature!"
|
value: "everyone wants this feature!"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of our software are you running?
|
description: What version of our software are you running?
|
||||||
value: "2.3.5"
|
value: "newest"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue