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
This commit is contained in:
psychedelicious
2025-07-14 11:55:02 +10:00
parent 71e4901313
commit 06d3cfbe97

View File

@@ -21,6 +21,20 @@ body:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true
- type: dropdown
id: install_method
attributes:
label: Install method
description: How did you install Invoke?
multiple: false
options:
- "Invoke's Launcher"
- 'Stability Matrix'
- 'Pinokio'
- 'Manual'
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
value: __Describe your environment__ value: __Describe your environment__
@@ -76,8 +90,8 @@ body:
attributes: attributes:
label: Version number label: Version number
description: | description: |
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. 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.
placeholder: ex. 3.6.1 placeholder: ex. v6.0.2
validations: validations:
required: true required: true
@@ -85,17 +99,17 @@ body:
id: browser-version id: browser-version
attributes: attributes:
label: Browser label: Browser
description: Your web browser and version. description: Your web browser and version, if you do not use the Launcher's provided GUI.
placeholder: ex. Firefox 123.0b3 placeholder: ex. Firefox 123.0b3
validations: validations:
required: true required: false
- type: textarea - type: textarea
id: python-deps id: python-deps
attributes: attributes:
label: Python dependencies label: System Information
description: | description: |
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. Click the gear icon at the bottom left corner, then click "About". Click the copy button and then paste here.
validations: validations:
required: false required: false