|
|
|
@ -46,19 +46,21 @@ body:
|
|
|
|
label: Commit where the problem happens
|
|
|
|
label: Commit where the problem happens
|
|
|
|
description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI)
|
|
|
|
description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI)
|
|
|
|
- type: dropdown
|
|
|
|
- type: dropdown
|
|
|
|
id: os
|
|
|
|
id: platforms
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: What OS do you use to run the webui?
|
|
|
|
label: What platforms do you use to access UI ?
|
|
|
|
multiple: true
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
- Colab/Runpod or Cloud based
|
|
|
|
|
|
|
|
- Windows
|
|
|
|
- Windows
|
|
|
|
- Linux
|
|
|
|
- Linux
|
|
|
|
- MacOS
|
|
|
|
- MacOS
|
|
|
|
|
|
|
|
- iOS
|
|
|
|
|
|
|
|
- Android
|
|
|
|
|
|
|
|
- Other/Cloud
|
|
|
|
- type: dropdown
|
|
|
|
- type: dropdown
|
|
|
|
id: browsers
|
|
|
|
id: browsers
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: What browsers do you use to run the UI ?
|
|
|
|
label: What browsers do you use to access the UI ?
|
|
|
|
multiple: true
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
- Mozilla Firefox
|
|
|
|
- Mozilla Firefox
|
|
|
|
|