mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
24 lines
547 B
YAML
24 lines
547 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.*, Version: ..., Commit hash: ...` to the end.
|
|
render: Shell
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: List of installed extensions
|