Update bug-report.yml
This commit is contained in:
parent
59c1af77e8
commit
ed8ef6226d
|
@ -6,14 +6,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
- type: textarea
|
|
||||||
id: system-info
|
|
||||||
attributes:
|
|
||||||
label: System Info
|
|
||||||
description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below.
|
|
||||||
placeholder: diffusers version, platform, python version, ...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug-description
|
id: bug-description
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -34,12 +26,11 @@ body:
|
||||||
label: Logs
|
label: Logs
|
||||||
description: "Please include the Python logs if you can."
|
description: "Please include the Python logs if you can."
|
||||||
render: shell
|
render: shell
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: system-info
|
id: system-info
|
||||||
attributes:
|
attributes:
|
||||||
label: System Info
|
label: System Info
|
||||||
description: Please share your system info with us,
|
description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below.
|
||||||
render: shell
|
placeholder: diffusers version, platform, python version, ...
|
||||||
placeholder: diffusers version, Python Version, etc
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue