Skip to content

Commit 06d3cfb

Browse files
gh: update bug report template
- Add require drop down for install method - Make browser version optional - Link to latest release - Update verbiage for sys info section
1 parent 71e4901 commit 06d3cfb

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ body:
2121
- label: I have searched the existing issues
2222
required: true
2323

24+
- type: dropdown
25+
id: install_method
26+
attributes:
27+
label: Install method
28+
description: How did you install Invoke?
29+
multiple: false
30+
options:
31+
- "Invoke's Launcher"
32+
- 'Stability Matrix'
33+
- 'Pinokio'
34+
- 'Manual'
35+
validations:
36+
required: true
37+
2438
- type: markdown
2539
attributes:
2640
value: __Describe your environment__
@@ -76,26 +90,26 @@ body:
7690
attributes:
7791
label: Version number
7892
description: |
79-
The version of Invoke you have installed. If it is not the latest version, please update and try again to confirm the issue still exists. If you are testing main, please include the commit hash instead.
80-
placeholder: ex. 3.6.1
93+
The version of Invoke you have installed. If it is not the [latest version](https://github.com/invoke-ai/InvokeAI/releases/latest), please update and try again to confirm the issue still exists. If you are testing main, please include the commit hash instead.
94+
placeholder: ex. v6.0.2
8195
validations:
8296
required: true
8397

8498
- type: input
8599
id: browser-version
86100
attributes:
87101
label: Browser
88-
description: Your web browser and version.
102+
description: Your web browser and version, if you do not use the Launcher's provided GUI.
89103
placeholder: ex. Firefox 123.0b3
90104
validations:
91-
required: true
105+
required: false
92106

93107
- type: textarea
94108
id: python-deps
95109
attributes:
96-
label: Python dependencies
110+
label: System Information
97111
description: |
98-
If the problem occurred during image generation, click the gear icon at the bottom left corner, click "About", click the copy button and then paste here.
112+
Click the gear icon at the bottom left corner, then click "About". Click the copy button and then paste here.
99113
validations:
100114
required: false
101115

0 commit comments

Comments
 (0)