1
0
forked from sunglocto/pi-im

Add an issue template

This commit is contained in:
2025-09-02 09:09:32 +00:00
parent d4433a20ed
commit dc8e2632f4

36
.gitea/issue_template.yml Normal file
View File

@@ -0,0 +1,36 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of our software are you running?
placeholder: Latest commit
validations:
required: true
- type: input
id: platform
attributes:
label: What platform are you seeing the problem on?
placeholder: Arch Linux
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell