mirror of https://github.com/Nevysha/Cozy-Nest.git
91 lines
3.1 KiB
YAML
91 lines
3.1 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
title: "[Issue]: "
|
|
labels: []
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
**Please include as much information as possible, including screenshots, logs, and steps to reproduce the issue.**
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please note that Cozy-Nest is quite hacky and experimental, so it's not uncommon to see bugs and compatibility issues with others extensions.**
|
|
If possible, please try to reproduce the issue with only Cozy-Nest enabled, or specify the extension having compatibility issues.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Don't forget to include the troubleshooting info. To get them, follow these steps:
|
|
1. Open Cozy-Nest
|
|
2. Click on the magic wand icon in the top right corner
|
|
3. Click the link "click here to gather relevant info"
|
|
4. Paste the screenshot bellow along with your issue description.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Please include troubleshooting info from Cozy-Nest. You can paste image directly inside the form bellow. Also tell us, what did you expect to happen.
|
|
placeholder: Tell us what you see!
|
|
value: "A bug happened!"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: webui
|
|
attributes:
|
|
label: Webui
|
|
description: Which webui are you using?
|
|
options:
|
|
- Automatic1111's webui
|
|
- SD.Next (Vlad's fork webui)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browsers
|
|
attributes:
|
|
label: What browsers are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Firefox
|
|
- Chrome
|
|
- Safari
|
|
- Microsoft Edge
|
|
- Something else (please specify)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional info
|
|
description: Please provide any additional information you think might be relevant.
|
|
placeholder: ...
|
|
value: "A bug happened!"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: browser-logs
|
|
attributes:
|
|
label: Relevant browser log output
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
- type: textarea
|
|
id: webui-logs
|
|
attributes:
|
|
label: Relevant log output from the webui
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Checklist
|
|
description: Before submitting this issue, please make sure you've done the following
|
|
options:
|
|
- label: I have searched the issues to make sure this is not a duplicate
|
|
required: true
|
|
- label: Webui is up to date
|
|
required: true
|
|
- label: Cozy-Nest is up to date
|
|
required: true
|
|
- label: All my extensions are up to date
|
|
required: true |