mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-07 06:20:02 +00:00
24 lines
549 B
YAML
24 lines
549 B
YAML
name: Bug report
|
|
description: Create a report
|
|
title: "[Bug]: "
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Full console logs
|
|
description: |
|
|
The full console log of your terminal.
|
|
From `Python 3.10.*, Version: v1.*, Commit hash: *` to the end.
|
|
render: Shell
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: List of installed extensions
|