mirror of https://github.com/Xhofe/alist
chore: add driver for issue template
parent
626e878861
commit
6d0e54d87e
|
@ -23,6 +23,14 @@ body:
|
||||||
placeholder: v2.0.0
|
placeholder: v2.0.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver used / 使用的存储驱动
|
||||||
|
description: What storage driver are you using?
|
||||||
|
placeholder: "for example: Onedrive"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug-description
|
id: bug-description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue