Files
tasks/.gitea/issue_template/bug.yaml
2025-12-03 09:20:54 +01:00

34 lines
757 B
YAML

name: Bug Report
about: File a bug report
title: "[BUG]: "
ref: "main"
assignees: ["yuriy"]
labels: ["bug","backlog"]
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: email@example.com
validations:
required: false
- type: dropdown
id: modules
attributes:
label: What modules?
multiple: true
options:
- Launcher
- Client
- Server
- type: textarea
id: description
attributes:
label: Decription?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: ""
validations:
required: true