mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-02 10:27:48 -05:00
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
name: Bug Report
|
|
description: Report a bug
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for reporting! Please provide details so we can help.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What's wrong?
|
|
description: Describe the bug and how to reproduce it
|
|
placeholder: |
|
|
What happened:
|
|
|
|
Steps to reproduce:
|
|
1.
|
|
2.
|
|
3.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
placeholder: |
|
|
- OS:
|
|
- Deployment: Docker / Local
|
|
- Component: Backend / Frontend / CLI
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs (if available)
|
|
placeholder: Paste relevant error messages or logs
|
|
render: shell
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I searched existing issues
|
|
required: true
|