mirror of https://github.com/veops/cmdb.git
add .github templates
This commit is contained in:
parent
d765922fe3
commit
de9da5eb20
|
@ -18,7 +18,7 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
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
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
name: Help wanted
|
||||||
|
description: I have a question
|
||||||
|
title: "[help wanted]: "
|
||||||
|
labels: ["help wanted"]
|
||||||
|
assignees:
|
||||||
|
- pycook
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please tell us what's you need!
|
||||||
|
- type: input
|
||||||
|
id: contact
|
||||||
|
attributes:
|
||||||
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
|
placeholder: ex. email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: describe the problem
|
||||||
|
attributes:
|
||||||
|
label: What is your question?
|
||||||
|
description: Also tell us, how can we help?
|
||||||
|
placeholder: Tell us what you need!
|
||||||
|
value: "i have a question!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: What version of our software are you running?
|
||||||
|
default: 2.3.5
|
||||||
|
validations:
|
||||||
|
required: true
|
|
@ -18,7 +18,7 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
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
|
||||||
|
|
Loading…
Reference in New Issue