update ISSUE_TEMPLATE
parent
251f5512fb
commit
f94901315c
|
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: ⚠️️If you don't use this template to provide bug feedback, I won't address your issue.
|
||||
title: "[Bug] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Issue Feedback**
|
||||
|
||||
Please mark "x" inside the square brackets to indicate that you have read the following information.
|
||||
- [ ] I confirm that I have searched for a solution to this issue in the [FAQ](https://aiodoc.physton.com/FAQ.html) and couldn't find a solution.
|
||||
- [ ] I confirm that I have searched for this issue in the [Issues](https://github.com/Physton/sd-webui-prompt-all-in-one/issues) list (including closed ones) and couldn't find a solution.
|
||||
- [ ] I confirm that I have read the [Wiki](https://aiodoc.physton.com/) and couldn't find a solution.
|
||||
|
||||
**Describe the Issue**
|
||||
Please describe the problem you encountered here.
|
||||
|
||||
**Steps to Reproduce**
|
||||
Please let me know the steps you took to trigger the issue.
|
||||
|
||||
**Screenshots**
|
||||
Please provide console screenshots or screenshots of the issue if possible.
|
||||
|
||||
**Some necessary information**
|
||||
- Stable Diffusion WebUI version: [e.g. b6af0a3, 1.3.1]
|
||||
- Extension version: [e.g. e0498a1]
|
||||
- OS: [e.g. windows, macos, linux]
|
||||
- Browser: [e.g. chrome, edge, safari]
|
||||
- Python version: [e.g. 3.10.11]
|
||||
- Gradio version: [e.g. 3.31.0]
|
||||
|
||||
**Additional Logs**
|
||||
Add any relevant logs regarding the issue here.
|
||||
|
|
@ -0,0 +1,75 @@
|
|||
name: 'Bug report'
|
||||
description: "❗️❗️❗️If you don't use this template to provide bug feedback, I won't address your issue."
|
||||
title: '[Bug] '
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 'Issue Feedback'
|
||||
description: Please check the box below to indicate that you are aware of the relevant information.
|
||||
options:
|
||||
- label: I confirm that I have searched for a solution to this issue in the [FAQ](https://aiodoc.physton.com/FAQ.html) and couldn't find a solution.
|
||||
required: true
|
||||
- label: I confirm that I have searched for this issue in the [Issues](https://github.com/Physton/sd-webui-prompt-all-in-one/issues) list (including closed ones) and couldn't find a solution.
|
||||
required: true
|
||||
- label: I confirm that I have read the [Wiki](https://aiodoc.physton.com/) and couldn't find a solution.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Describe the Issue'
|
||||
description: Please describe the problem you encountered here.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Steps to Reproduce'
|
||||
description: Please let me know the steps you took to trigger the issue.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Screenshot or log'
|
||||
description: Please provide console screenshots or screenshots of the issue if possible.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 'OS'
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Ubuntu
|
||||
- Other Linux
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 'Browser'
|
||||
options:
|
||||
- Chrome
|
||||
- Edge
|
||||
- Safari
|
||||
- Firefox
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Stable Diffusion WebUI version
|
||||
placeholder: e.g. b6af0a3, 1.3.1
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Extension version
|
||||
placeholder: e.g. e0498a1
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Python version
|
||||
placeholder: e.g. 3.10.11
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Gradio version
|
||||
placeholder: e.g. 3.31.0
|
||||
validations:
|
||||
required: false
|
||||
|
|
@ -0,0 +1,75 @@
|
|||
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
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Feature request
|
||||
title: "[Feature] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is this feature related to existing issues?**
|
||||
If it is, please list the links or describe the issues here.
|
||||
|
||||
**What feature do you want or what suggestions do you have?**
|
||||
Please let me know.
|
||||
|
||||
**Are there any similar competitors that can be referenced?**
|
||||
You can provide links or screenshots of reference products.
|
||||
|
||||
**Additional information**
|
||||
Feel free to share any other considerations you have.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
name: 'Feature request'
|
||||
description: 'Feature request'
|
||||
title: '[Feature] '
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Is this feature related to existing issues?'
|
||||
description: If it is, please list the links or describe the issues here.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'What feature do you want or what suggestions do you have?'
|
||||
description: Please let me know.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Are there any similar competitors that can be referenced?'
|
||||
description: You can provide links or screenshots of reference products.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 'Additional information'
|
||||
description: Feel free to share any other considerations you have.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
name: '功能建议'
|
||||
description: '功能建议'
|
||||
title: '[Feature] '
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: '这个功能与现有的问题有关吗?'
|
||||
description: 如果有关,请在此列出链接或者描述问题。
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: '你想要什么功能或者有什么建议?'
|
||||
description: 尽管告诉我。
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: '有没有可以参考的同类竞品?'
|
||||
description: 可以给出参考产品的链接或者截图。
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: '其他信息'
|
||||
description: 可以说说你的其他考虑。
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: 功能建议
|
||||
about: 功能建议
|
||||
title: "[Feature] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**这个功能与现有的问题有关吗?**
|
||||
如果有关,请在此列出链接或者描述问题。
|
||||
|
||||
**你想要什么功能或者有什么建议?**
|
||||
尽管告诉我。
|
||||
|
||||
**有没有可以参考的同类竞品?**
|
||||
可以给出参考产品的链接或者截图。
|
||||
|
||||
**其他信息**
|
||||
可以说说你的其他考虑。
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
name: 反馈问题
|
||||
about: ⚠️️如果不使用此模板反馈bug,我不会去解决你的问题
|
||||
title: "[Bug] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**反馈须知**
|
||||
|
||||
请在下方中括号内输入 x 来表示你已经知晓相关内容。
|
||||
- [ ] 我确认已经在 [常见问题](https://aiodoc.physton.com/zh-CN/FAQ.html) 中搜索了此次反馈的问题,没有找到解决方法。
|
||||
- [ ] 我确认已经在 [Issues](https://github.com/Physton/sd-webui-prompt-all-in-one/issues) 列表(包括已经 Close 的)中搜索了此次反馈的问题,没有找到解决方法。
|
||||
- [ ] 我确认阅读了 [文档](https://aiodoc.physton.com/zh-CN/),没有找到解决方法。
|
||||
|
||||
**描述问题**
|
||||
请在此描述你遇到了什么问题。
|
||||
|
||||
**如何复现**
|
||||
请告诉我你是通过什么操作触发的该问题。
|
||||
|
||||
**截图**
|
||||
请在此提供控制台截图、屏幕截图。
|
||||
|
||||
**一些必要的信息**
|
||||
- Stable Diffusion WebUI 版本: [e.g. b6af0a3, 1.3.1]
|
||||
- 扩展版本: [e.g. e0498a1]
|
||||
- 系统: [e.g. windows, macos, linux]
|
||||
- 浏览器: [e.g. chrome, edge, safari]
|
||||
- Python 版本: [e.g. 3.10.11]
|
||||
- Gradio 版本: [e.g. 3.31.0]
|
||||
|
||||
**额外的日志**
|
||||
在此处添加有关问题的任何日志。
|
||||
Loading…
Reference in New Issue