bug report form update
This commit is contained in:
parent
6db16a7e03
commit
aaf142e181
1 changed files with 11 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -65,11 +65,22 @@ body:
|
||||||
- Apple Safari
|
- Apple Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
- Other
|
- Other
|
||||||
|
validations:
|
||||||
|
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:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: webui-commandline
|
||||||
|
attributes:
|
||||||
|
label: AUTOMATIC1111 webUI Commandline Arguments
|
||||||
|
description: Please list all used commandline arguments passed to A1111 webUI (i.e. `--api`).
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: misc
|
id: misc
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue