mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 17:52:33 +02:00
967aab8363
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
name: "🐞 Bug Report"
|
|
description: Report a reproducible error
|
|
title: "[BUG] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of the issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Step-by-step instructions to trigger the bug.
|
|
placeholder: |
|
|
1. ...
|
|
2. ...
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What should have happened instead.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
placeholder: "e.g. Ubuntu 24.04, macOS 15"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: spilltea version
|
|
description: Output of `spilltea -v`
|
|
placeholder: "e.g. v0.3.1"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Logs, screenshots, or anything else relevant.
|
|
validations:
|
|
required: false
|