mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 01:40:31 +08:00
add .github templates
This commit is contained in:
14
.github/ISSUE_TEMPLATE/bug.yaml
vendored
14
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@@ -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:
|
||||||
|
14
.github/ISSUE_TEMPLATE/feature.yaml
vendored
14
.github/ISSUE_TEMPLATE/feature.yaml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user