Update bug_report.yml
This commit is contained in:
parent
aaf142e181
commit
3e19bef7b6
1 changed files with 8 additions and 6 deletions
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -53,6 +53,8 @@ body:
|
||||||
- iOS
|
- iOS
|
||||||
- Android
|
- Android
|
||||||
- Other/Cloud
|
- Other/Cloud
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -65,22 +67,22 @@ body:
|
||||||
- Apple Safari
|
- Apple Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: browser-extensions
|
id: browser-extensions
|
||||||
attributes:
|
attributes:
|
||||||
label: Browser Extensions/Addons
|
label: Browser Extensions/Addons
|
||||||
description: Please list all browser extensions/addons you have running. Some have been known to cause issues with openOutpaint.
|
description: Please list all browser extensions/addons you have running. Some have been known to cause issues with openOutpaint.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: webui-commandline
|
id: webui-commandline
|
||||||
attributes:
|
attributes:
|
||||||
label: AUTOMATIC1111 webUI Commandline Arguments
|
label: AUTOMATIC1111 webUI Commandline Arguments
|
||||||
description: Please list all used commandline arguments passed to A1111 webUI (i.e. `--api`).
|
description: Please list all used commandline arguments passed to A1111 webUI (i.e. `--api`).
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: misc
|
id: misc
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue