docs: template
parent
f57eff9ad2
commit
a311622334
|
@ -8,6 +8,27 @@ body:
|
||||||
value: |
|
value: |
|
||||||
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
|
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
|
||||||
- https://doc.iocoder.cn/
|
- https://doc.iocoder.cn/
|
||||||
|
- type: dropdown
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: 分支
|
||||||
|
description: 你当前正在使用我们软件的哪个分支?
|
||||||
|
options:
|
||||||
|
- master (默认)
|
||||||
|
- dev (开发分支)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: 版本
|
||||||
|
description: 你当前正在使用我们软件的哪个版本?
|
||||||
|
options:
|
||||||
|
- antd-design-vue
|
||||||
|
- element-plus
|
||||||
|
- naiveui
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: 这个问题是否已经存在?
|
label: 这个问题是否已经存在?
|
||||||
|
@ -42,13 +63,3 @@ body:
|
||||||
description: 如果可以的话,上传任何关于 bug 的截图。
|
description: 如果可以的话,上传任何关于 bug 的截图。
|
||||||
value: |
|
value: |
|
||||||
[在这里上传图片]
|
[在这里上传图片]
|
||||||
- type: dropdown
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: 版本
|
|
||||||
description: 你当前正在使用我们软件的哪个版本/分支?
|
|
||||||
options:
|
|
||||||
- master (默认)
|
|
||||||
- dev (开发分支)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
Loading…
Reference in New Issue