chore: add deployment method option for issue templates. (#1452)

* chore: add deployment method option for issue templates.

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/1469/head
Ryan Wang 2021-08-14 17:03:06 +08:00 committed by GitHub
parent 74acd451b7
commit 6a0527bb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -29,6 +29,15 @@ body:
- MySQL 5.7
- MySQL 8.x
- Other
- type: dropdown
id: deployment-method
validations:
required: true
attributes:
label: "What is your deployment method?"
options:
- Fat Jar
- Docker
- type: input
id: site-url
attributes:

View File

@ -30,11 +30,20 @@ body:
- MySQL 5.7
- MySQL 8.x
- Other
- type: dropdown
id: deployment-method
validations:
required: true
attributes:
label: "使用的哪种方式部署?"
options:
- Fat Jar
- Docker
- type: input
id: site-url
attributes:
label: "在线站点地址"
description: "请提供你的站点地址,如果可以的话,这可能会帮助我们更好的定位问题。"
description: "如果可以的话,请提供你的站点地址。这可能会帮助我们更好的定位问题。"
placeholder: "ex. https://halo.run"
validations:
required: false