You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: You think somethings is broken in the UI
2
+
description: You think something is broken in the UI
3
3
title: "[Bug]: "
4
4
labels: ["bug-report"]
5
5
6
6
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
> The title of the bug report should be short and descriptive.
11
+
> Use relevant keywords for searchability.
12
+
> Do not leave it blank, but also do not put an entire error log in it.
7
13
- type: checkboxes
8
14
attributes:
9
-
label: Is there an existing issue for this?
10
-
description: Please search to see if an issue already exists for the bug you encountered, and that it hasn't been fixed in a recent build/commit.
15
+
label: Checklist
16
+
description: |
17
+
Please perform basic debugging to see if extensions or configuration is the cause of the issue.
18
+
Basic debug procedure
19
+
1. Disable all third-party extensions - check if extension is the cause
20
+
2. Update extensions and webui - sometimes things just need to be updated
21
+
3. Backup and remove your config.json and ui-config.json - check if the issue is caused by bad configuration
22
+
4. Delete venv with third-party extensions disabled - sometimes extensions might cause wrong libraries to be installed
23
+
5. Try a fresh installation webui in a different directory - see if a clean installation solves the issue
24
+
Before making a issue report please, check that the issue hasn't been reported recently.
11
25
options:
12
-
- label: I have searched the existing issues and checked the recent builds/commits
13
-
required: true
26
+
- label: The issue exists after disabling all extensions
27
+
- label: The issue exists on a clean installation of webui
28
+
- label: The issue is caused by an extension, but I believe it is caused by a bug in the webui
29
+
- label: The issue exists in the current version of the webui
30
+
- label: The issue has not been reported before recently
31
+
- label: The issue has been reported before but has not been fixed yet
14
32
- type: markdown
15
33
attributes:
16
34
value: |
17
-
*Please fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers" and *provide screenshots if possible**
35
+
> Please fill this form with as much information as possible. Don't forget to "Upload Sysinfo" and "What browsers" and provide screenshots if possible
18
36
- type: textarea
19
37
id: what-did
20
38
attributes:
21
39
label: What happened?
22
40
description: Tell us what happened in a very clear and simple way
41
+
placeholder: |
42
+
txt2img is not working as intended.
23
43
validations:
24
44
required: true
25
45
- type: textarea
26
46
id: steps
27
47
attributes:
28
48
label: Steps to reproduce the problem
29
49
description: Please provide us with precise step by step instructions on how to reproduce the bug
30
-
value: |
31
-
1. Go to ....
32
-
2. Press ....
50
+
placeholder: |
51
+
1. Go to ...
52
+
2. Press ...
33
53
3. ...
34
54
validations:
35
55
required: true
@@ -38,13 +58,8 @@ body:
38
58
attributes:
39
59
label: What should have happened?
40
60
description: Tell us what you think the normal behavior should be
41
-
validations:
42
-
required: true
43
-
- type: textarea
44
-
id: sysinfo
45
-
attributes:
46
-
label: Sysinfo
47
-
description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
61
+
placeholder: |
62
+
WebUI should ...
48
63
validations:
49
64
required: true
50
65
- type: dropdown
@@ -58,17 +73,33 @@ body:
58
73
- Brave
59
74
- Apple Safari
60
75
- Microsoft Edge
76
+
- Android
77
+
- iOS
61
78
- Other
79
+
- type: textarea
80
+
id: sysinfo
81
+
attributes:
82
+
label: Sysinfo
83
+
description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
84
+
placeholder: |
85
+
1. Go to WebUI Settings -> Sysinfo -> Download system info.
86
+
If WebUI fails to launch, use --dump-sysinfo commandline argument to generate the file
87
+
2. Upload the Sysinfo as a attached file, Do NOT paste it in as plain text.
88
+
validations:
89
+
required: true
62
90
- type: textarea
63
91
id: logs
64
92
attributes:
65
93
label: Console logs
66
-
description: Please provide **full** cmd/terminal logs from the moment you started UI to the end of it, after your bug happened. If it's very long, provide a link to pastebin or similar service.
94
+
description: Please provide **full** cmd/terminal logs from the moment you started UI to the end of it, after the bug occured. If it's very long, provide a link to pastebin or similar service.
67
95
render: Shell
68
96
validations:
69
97
required: true
70
98
- type: textarea
71
99
id: misc
72
100
attributes:
73
101
label: Additional information
74
-
description: Please provide us with any relevant additional info or context.
102
+
description: |
103
+
Please provide us with any relevant additional info or context.
0 commit comments