mirror of https://github.com/halo-dev/halo
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
parent
74acd451b7
commit
6a0527bb3d
|
@ -29,6 +29,15 @@ body:
|
||||||
- MySQL 5.7
|
- MySQL 5.7
|
||||||
- MySQL 8.x
|
- MySQL 8.x
|
||||||
- Other
|
- Other
|
||||||
|
- type: dropdown
|
||||||
|
id: deployment-method
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "What is your deployment method?"
|
||||||
|
options:
|
||||||
|
- Fat Jar
|
||||||
|
- Docker
|
||||||
- type: input
|
- type: input
|
||||||
id: site-url
|
id: site-url
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -30,11 +30,20 @@ body:
|
||||||
- MySQL 5.7
|
- MySQL 5.7
|
||||||
- MySQL 8.x
|
- MySQL 8.x
|
||||||
- Other
|
- Other
|
||||||
|
- type: dropdown
|
||||||
|
id: deployment-method
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "使用的哪种方式部署?"
|
||||||
|
options:
|
||||||
|
- Fat Jar
|
||||||
|
- Docker
|
||||||
- type: input
|
- type: input
|
||||||
id: site-url
|
id: site-url
|
||||||
attributes:
|
attributes:
|
||||||
label: "在线站点地址"
|
label: "在线站点地址"
|
||||||
description: "请提供你的站点地址,如果可以的话,这可能会帮助我们更好的定位问题。"
|
description: "如果可以的话,请提供你的站点地址。这可能会帮助我们更好的定位问题。"
|
||||||
placeholder: "ex. https://halo.run"
|
placeholder: "ex. https://halo.run"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue