37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
name: "\U0001F41B Bug Report"
|
|
description: Report a bug on diffusers
|
|
labels: [ "bug" ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is. If you intend to submit a pull request for this issue, tell us in the description. Thanks!
|
|
placeholder: Bug description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction
|
|
description: Please provide a minimal reproducible code which we can copy/paste and reproduce the issue.
|
|
placeholder: Reproduction
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: "Please include the Python logs if you can."
|
|
render: shell
|
|
- 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
|