diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b14085..e0fe904 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,11 +65,22 @@ body: - Apple Safari - Microsoft Edge - Other + validations: + required: true - type: textarea id: browser-extensions attributes: label: Browser Extensions/Addons 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 id: misc attributes: