add .github templates

This commit is contained in:
ivonGwy 2023-10-25 14:59:05 +08:00
parent d765922fe3
commit de9da5eb20
3 changed files with 56 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -18,27 +18,27 @@ 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
options: options:
- UI - UI
- API - API
- type: textarea - type: textarea
id: describe the feature id: describe the feature
attributes: attributes:
label: What is your advice? label: What is your advice?
description: Also tell us, what did you expect to happen? description: Also tell us, what did you expect to happen?
placeholder: Tell us what you want! placeholder: Tell us what you want!
value: "everyone wants this feature!" value: "everyone wants this feature!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
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?
default: 2.3.5 default: 2.3.5
validations: validations:
required: true required: true