mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 19:29:56 +00:00
76 lines
2.2 KiB
YAML
76 lines
2.2 KiB
YAML
name: '反馈问题'
|
||
description: '❗️❗️❗️如果不使用此模板反馈bug,我不会去解决你的问题'
|
||
title: '[Bug] '
|
||
body:
|
||
- type: checkboxes
|
||
attributes:
|
||
label: '反馈须知'
|
||
description: 请在下方勾选表示你已经知晓相关内容。
|
||
options:
|
||
- label: 我确认已经在 [常见问题](https://aiodoc.physton.com/zh-CN/FAQ.html) 中搜索了此次反馈的问题,没有找到解决方法。
|
||
required: true
|
||
- label: 我确认已经在 [Issues](https://github.com/Physton/sd-webui-prompt-all-in-one/issues) 列表(包括已经 Close 的)中搜索了此次反馈的问题,没有找到解决方法。
|
||
required: true
|
||
- label: 我确认阅读了 [文档](https://aiodoc.physton.com/zh-CN/),没有找到解决方法。
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: '描述问题'
|
||
description: 请在此描述你遇到了什么问题。
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: '如何复现'
|
||
description: 请告诉我你是通过什么操作触发的该问题。
|
||
- type: textarea
|
||
attributes:
|
||
label: '截图或日志'
|
||
description: 请在此提供控制台截图、屏幕截图。
|
||
- type: dropdown
|
||
attributes:
|
||
label: '操作系统'
|
||
options:
|
||
- Windows
|
||
- macOS
|
||
- Ubuntu
|
||
- Other Linux
|
||
- Other
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
attributes:
|
||
label: '浏览器'
|
||
options:
|
||
- Chrome
|
||
- Edge
|
||
- Safari
|
||
- Firefox
|
||
- Other
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
attributes:
|
||
label: Stable Diffusion WebUI 版本
|
||
placeholder: e.g. b6af0a3, 1.3.1
|
||
validations:
|
||
required: false
|
||
- type: input
|
||
attributes:
|
||
label: 扩展版本
|
||
placeholder: e.g. e0498a1
|
||
validations:
|
||
required: false
|
||
- type: input
|
||
attributes:
|
||
label: Python 版本
|
||
placeholder: e.g. 3.10.11
|
||
validations:
|
||
required: false
|
||
- type: input
|
||
attributes:
|
||
label: Gradio 版本
|
||
placeholder: e.g. 3.31.0
|
||
validations:
|
||
required: false
|