chore: add issue templates for contributions and bugs

This commit is contained in:
Mario Zechner 2026-01-18 13:20:43 +01:00
parent d22c4c239f
commit 55769e7580
3 changed files with 73 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View file

@ -0,0 +1,34 @@
name: Bug Report
description: Report something that's broken
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: What happened?
description: Be specific. Include error messages if any.
validations:
required: true
- type: textarea
id: repro
attributes:
label: Steps to reproduce
description: Minimal steps to trigger the bug.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: e.g. 0.49.0
validations:
required: false