mirror of https://github.com/veops/cmdb.git
add .github templates
This commit is contained in:
parent
de9da5eb20
commit
265110b431
|
@ -18,13 +18,13 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: aspects
|
id: aspects
|
||||||
attributes:
|
attributes:
|
||||||
label: bug is related to UI or API aspects?
|
label: bug is related to UI or API aspects?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- UI
|
- UI
|
||||||
- API
|
- API
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -18,13 +18,13 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: aspects
|
id: aspects
|
||||||
attributes:
|
attributes:
|
||||||
label: feature is related to UI or API aspects?
|
label: feature is related to UI or API aspects?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- UI
|
- UI
|
||||||
- API
|
- API
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe the feature
|
id: describe the feature
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue